shithub: riscv

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

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