git: 9front

ref: 42467d7481bc331c918624162771a54e80c04548
dir: /sys/src/cmd/graph/whoami.c/

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