shithub: plan9front

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

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