git: 9front

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

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