git: 9front

ref: 175d34c4ea6c2dddab55f95c60adcb2393fecfd5
dir: /sys/src/cmd/graph/whoami.c/

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