git: 9front

ref: 7d2d050f9893fda4482abb957283cc4c37bab7d1
dir: /sys/src/cmd/graph/whoami.c/

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