git: 9front

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

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