git: 9front

ref: 30999a82bb72c1870a800bcb1fc7b4558dd93b8c
dir: /sys/src/cmd/graph/whoami.c/

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