shithub: plan9front

ref: 0f3ef52fd7792c660587bc477668fea55aa8d947
dir: /sys/src/cmd/graph/whoami.c/

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