git: 9front

ref: 90ec5942a0200993f475e9a5bc2f309134f71fa4
dir: /sys/src/cmd/graph/whoami.c/

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