shithub: front

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

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