git: 9front

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

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