shithub: front

ref: 6d374cd4e7c94526ea4fa7216f64eab5474956f4
dir: /sys/src/cmd/graph/whoami.c/

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