shithub: riscv

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

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