git: 9front

ref: 2f9dd56f9880e309740a016282355fb4920c4cf4
dir: /sys/src/cmd/graph/whoami.c/

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