git: 9front

ref: a840c256d2b26834bcc11bb6635e155188b9f92f
dir: /sys/src/cmd/graph/whoami.c/

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