git: 9front

ref: 659f503804a1e9fbfef23bcac74acdf2f06458fd
dir: /sys/src/cmd/graph/whoami.c/

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