git: 9front

ref: cd3276ce8ee5ec09f11537478e908113bf722746
dir: /sys/src/cmd/graph/whoami.c/

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