shithub: riscv

ref: 752a61e301d9ee84e2ce19f954a3519591e8ea96
dir: /sys/src/cmd/graph/whoami.c/

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