git: 9front

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

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