git: 9front

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

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