git: 9front

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

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