shithub: front

ref: 3c2093e47aaee2557aaf54bc8e0f2a68011651dd
dir: /sys/src/cmd/graph/whoami.c/

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