git: 9front

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

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