git: 9front

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

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