git: 9front

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

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