shithub: plan9front

ref: 1e0b65c8bfb2f1b6fbc189795b73a6e89b05dc75
dir: /sys/src/cmd/graph/whoami.c/

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