git: 9front

ref: 1f902a8e75e2edc71f153bcb0060ea5e1136b553
dir: /sys/src/cmd/graph/whoami.c/

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