git: 9front

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

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