git: 9front

ref: 687829604894513a087916c2412c2b3e04a6f89b
dir: /sys/src/cmd/graph/whoami.c/

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