git: 9front

ref: 8ac3b078b1fb6a486e41cf2d8d414058d983ebfd
dir: /sys/src/cmd/graph/whoami.c/

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