git: 9front

ref: 334a20e5517576bf0a41ec642ef91d5fd4890ce0
dir: /sys/src/cmd/graph/whoami.c/

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