git: 9front

ref: 2e463a08ea1fb49ec6b998b078cc358d21616757
dir: /sys/src/cmd/graph/whoami.c/

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