shithub: front

ref: 168acf6a2ff4f402c7f093ad89d71aaeab714352
dir: /sys/src/cmd/graph/whoami.c/

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