shithub: front

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

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