git: 9front

ref: 7610894aaf1e6096eecfc77d04738b08e3622631
dir: /sys/src/cmd/graph/whoami.c/

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