git: 9front

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

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