git: 9front

ref: 9ea7dd53088a6bc09a225616fbece2e429565aa8
dir: /sys/src/cmd/graph/whoami.c/

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