git: 9front

ref: 0d7123e496c1964cb5304e0eca7333a965661df7
dir: /sys/src/cmd/graph/whoami.c/

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