shithub: plan9front

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

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