git: 9front

ref: 8101cf6b604f3cfca7a98b7efdaf8b3182281e00
dir: /sys/src/cmd/graph/whoami.c/

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