git: 9front

ref: 09cff6e87bd78f0e79f8be549360a2bb47859301
dir: /sys/src/cmd/graph/whoami.c/

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