shithub: riscv

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

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