shithub: front

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

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