shithub: front

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

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