git: 9front

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

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