git: 9front

ref: 378eefc2bd358d0c6bc014a3069b6061dc802b3b
dir: /sys/src/cmd/graph/whoami.c/

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