shithub: plan9front

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

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