shithub: plan9front

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

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