shithub: front

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

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