git: 9front

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

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