git: 9front

ref: 57f262b135ee14e3760b9b88f623e205eedaaf4f
dir: /sys/src/cmd/graph/whoami.c/

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