git: 9front

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

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