shithub: front

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

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