git: 9front

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

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