git: 9front

ref: 2004032f6260ec94f581149eba3000c7a64bb91d
dir: /sys/src/cmd/graph/whoami.c/

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