git: 9front

ref: 5428393bb63fd6d30cabc22d2a41098d038b839b
dir: /sys/src/cmd/graph/whoami.c/

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