git: 9front

ref: 3ea6b07f7ff58a62edbd9309eba79ddb635a482e
dir: /sys/src/cmd/graph/whoami.c/

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