git: 9front

ref: 4413fe99e4842761e77a2e24145e3ccfe33ea693
dir: /sys/src/cmd/graph/whoami.c/

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