shithub: front

ref: 0336b2fad3affc680ab91f2b7d18a6e78ca8dcbe
dir: /sys/src/cmd/graph/whoami.c/

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