git: 9front

ref: 87aa640b495bb3d836cba62597a3787711213ae3
dir: /sys/src/cmd/graph/whoami.c/

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