git: 9front

ref: 0c184be3f3a925a19d412039e87bf8565bc201b8
dir: /sys/src/cmd/graph/whoami.c/

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