git: 9front

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

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