git: 9front

ref: 287f929342bdc19a23550d37f13abb2010376429
dir: /sys/src/cmd/graph/whoami.c/

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