shithub: riscv

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

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