git: 9front

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

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