git: 9front

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

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