git: 9front

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

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