git: 9front

ref: 10aec5392571e78a93265d42872fcbf316028443
dir: /sys/src/cmd/graph/whoami.c/

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