git: 9front

ref: 8a40ebe6f7cf122c469a44287d3852da8efa92c6
dir: /sys/src/cmd/graph/whoami.c/

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