git: 9front

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

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