git: 9front

ref: 1ceff1bdce54bd82c79dd4b4d03f786d2bd78159
dir: /sys/src/cmd/graph/whoami.c/

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