git: 9front

ref: 90f2dfc7b164cf7a46330ea66d8ee674d1a210d4
dir: /sys/src/cmd/graph/whoami.c/

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