git: 9front

ref: 563d32bc496783d056261cf311a99519920df84a
dir: /sys/src/cmd/graph/whoami.c/

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