shithub: riscv

ref: 2dbdfe8ac73be7468e6dacc03ecf64549ed48aba
dir: /sys/src/cmd/graph/whoami.c/

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