git: 9front

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

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