git: 9front

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

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