git: 9front

ref: 71edda030d34edc2a34c31cae36970d937b21e2a
dir: /sys/src/cmd/graph/whoami.c/

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