git: 9front

ref: 25f0866780ccb9bceaeeae2fe1871fd328f06513
dir: /sys/src/cmd/graph/whoami.c/

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