git: 9front

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

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