shithub: front

ref: 00c25292d7e3fa8bd5a6fdd2bd95aa164ae27469
dir: /sys/src/cmd/graph/whoami.c/

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