git: 9front

ref: 649fada71a63c072cd29cbf3d1975b96335f727f
dir: /sys/src/cmd/graph/whoami.c/

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