git: 9front

ref: 3d59077bcf205445d225704a3fcfd262952569aa
dir: /sys/src/cmd/graph/whoami.c/

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