shithub: plan9front

ref: 0132e7fed0ee48dae66607fbccd7c0ab1acea45e
dir: /sys/src/cmd/graph/whoami.c/

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