git: 9front

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

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