git: 9front

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

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