git: 9front

ref: 521ee165b802e81276a180589c64565412e59b21
dir: /sys/src/cmd/graph/whoami.c/

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