git: 9front

ref: 090cecb89485191a3e80fa7370431cdde7fc0ed6
dir: /sys/src/cmd/graph/whoami.c/

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