git: 9front

ref: 4c5b133c8ffb97897cff2cb4883e64a04e5cc145
dir: /sys/src/cmd/graph/whoami.c/

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