git: 9front

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

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