git: 9front

ref: 512ed418b64e0aed4ef0bbf3730717a06fcd1bec
dir: /sys/src/cmd/graph/whoami.c/

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