git: 9front

ref: 1a2ccaf1fbd823c46113227b5396fac48d7f11b5
dir: /sys/src/cmd/graph/whoami.c/

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