shithub: plan9front

ref: 45213ee6c72347fd31dc2d999742f632d508a132
dir: /sys/src/cmd/graph/whoami.c/

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