git: 9front

ref: 90aa80652f40e96daf6da2b2193c735979073b27
dir: /sys/src/cmd/graph/whoami.c/

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