shithub: plan9front

ref: f7431283d906b1cd7e53eed47af055a5132bbfae
dir: /sys/src/cmd/graph/whoami.c/

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