git: 9front

ref: 285ccfbd07badd61530f25dedf842893550eb51f
dir: /sys/src/cmd/graph/whoami.c/

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