git: 9front

ref: 8ebea821591cafd8a604806cb202cf0860f71232
dir: /sys/src/cmd/graph/whoami.c/

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