git: 9front

ref: 468536a8fa977ac75da272b7e9bb321e0ae16c19
dir: /sys/src/cmd/graph/whoami.c/

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