git: 9front

ref: 18af0b191c0668b310756a89ca17fcaf25fa3b97
dir: /sys/src/cmd/graph/whoami.c/

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