git: 9front

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

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