git: 9front

ref: 6e9d753366d8133239fa0ce014f285e33543e70a
dir: /sys/src/cmd/graph/whoami.c/

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