shithub: front

ref: 18dd720eca74524f78f5e1c76f6a79956271fdb2
dir: /sys/src/cmd/graph/whoami.c/

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