shithub: plan9front

ref: 5e9d8a7b18c001fd60d3c3978f90dcdaf20f5ce6
dir: /sys/src/cmd/graph/whoami.c/

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