git: 9front

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

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