git: 9front

ref: 519199e66b454b80c951911d9f80eeb890c8f40d
dir: /sys/src/cmd/graph/whoami.c/

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