shithub: riscv

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

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