git: 9front

ref: 66a46c4115480e708c892efeab74beb97845ffc1
dir: /sys/src/cmd/graph/whoami.c/

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