git: 9front

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

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