git: 9front

ref: 41cbc9758b15a6c6dd2e2cc87f904e4dc9f04110
dir: /sys/src/cmd/graph/whoami.c/

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