git: 9front

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

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