git: 9front

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

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