git: 9front

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

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