git: 9front

ref: 973178991aaa884277a009f4064dfe56e84f2ed5
dir: /sys/src/cmd/graph/whoami.c/

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