git: 9front

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

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