shithub: plan9front

ref: 47f40d8e261db4db5ce09bf06c45203abc862add
dir: /sys/src/cmd/graph/whoami.c/

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