git: 9front

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

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