git: 9front

ref: 2b4d6d913f75ec959a717ce7ea6cea33b8783446
dir: /sys/src/cmd/graph/whoami.c/

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