git: 9front

ref: 134ce9d45f270f91f963e423133d9cbb45da5299
dir: /sys/src/cmd/graph/whoami.c/

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