git: 9front

ref: 21908a438cb561d360214780b0d37500f85d2f2e
dir: /sys/src/cmd/graph/whoami.c/

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