git: 9front

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

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