shithub: riscv

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

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