shithub: riscv

ref: 21618850343af89d5a70f7d53a2ec32066e2ec20
dir: /sys/src/cmd/graph/whoami.c/

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