git: 9front

ref: 473720b7ba187974082f8564b9df893e10a8796a
dir: /sys/src/cmd/graph/whoami.c/

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