git: 9front

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

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