git: 9front

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

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