shithub: front

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

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