shithub: front

ref: 8d2b84747b1cbc54d6f23cc461d3ef838c1dfec9
dir: /sys/src/cmd/graph/whoami.c/

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