git: 9front

ref: a9105c84d1134fcf47d1fe05b7bdeb62192a3538
dir: /sys/src/cmd/graph/whoami.c/

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