git: 9front

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

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