git: 9front

ref: 7a42c0815c26403ce046f528fb561e6016a896c7
dir: /sys/src/cmd/graph/whoami.c/

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