shithub: riscv

ref: 9d212c517d0aea6bc0e70a891e83aa4c1d139114
dir: /sys/src/cmd/graph/whoami.c/

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