shithub: plan9front

ref: 30bf1c45cac396a3b9637cfe40cb1bba4ebca7a9
dir: /sys/src/cmd/graph/whoami.c/

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