git: 9front

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

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