git: 9front

ref: 61d505bb0044f27d3eb69d351d407b8d64acdfe4
dir: /sys/src/cmd/graph/whoami.c/

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