git: 9front

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

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