git: 9front

ref: 2f977d3b9e5304ccaf3f1f577454034f18e158a3
dir: /sys/src/cmd/graph/whoami.c/

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