git: 9front

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

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