git: 9front

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

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