shithub: front

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

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