git: 9front

ref: 4ac00a404241c63e250e02822cb0bffaa0967085
dir: /sys/src/cmd/graph/whoami.c/

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