git: 9front

ref: e40f4519460f270599ec1ae9b96b6f9558312a9b
dir: /sys/src/cmd/graph/whoami.c/

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