git: 9front

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

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