shithub: riscv

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

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