git: 9front

ref: cb54385ece6f95bc87b883596fa3bce1c81fc468
dir: /sys/src/cmd/graph/whoami.c/

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