shithub: riscv

ref: 22a71acae02d9d4cc81163d1e9ac5b5f1dc6eba5
dir: /sys/src/cmd/graph/whoami.c/

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