shithub: riscv

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

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