git: 9front

ref: 128c03144359b7421fe09fb89f528d22bfc169da
dir: /sys/src/cmd/graph/whoami.c/

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