git: 9front

ref: 5b453c963e7edd4bcf5261da0db62a15d82ea546
dir: /sys/src/cmd/graph/whoami.c/

View raw version
#include "iplot.h"
char *
whoami(void){
	return("general");
}