shithub: riscv

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

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