shithub: front

ref: 1cf37db07a1d3b6f56fc95e62e1c98fe5dd500c5
dir: /sys/src/cmd/graph/whoami.c/

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