git: 9front

ref: 39cf631ae72ef9fcaab3f06f7098bf437450e06b
dir: /sys/src/cmd/graph/whoami.c/

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