shithub: front

ref: 812e7515d6f9d102ebaeb89331ccb2a3b45d8c57
dir: /sys/src/cmd/graph/whoami.c/

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