git: 9front

ref: 18abb33126f3ddaccdf2980656a9504070d5a4d4
dir: /sys/src/cmd/graph/whoami.c/

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