git: 9front

ref: 531da8a6b3673d937cfc0685a964dedb5020a686
dir: /sys/src/cmd/graph/whoami.c/

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