git: 9front

ref: 80c53fa06eaef7e4b0844ef696c1a4637bdea2a6
dir: /sys/src/cmd/graph/whoami.c/

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