shithub: front

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

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