shithub: riscv

ref: 152159a8297a7595b4455c03361851d354288177
dir: /sys/src/cmd/graph/whoami.c/

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