shithub: front

ref: 703bcae2edde33b513d53865fd33e90d5a8db843
dir: /sys/src/cmd/graph/whoami.c/

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