shithub: riscv

ref: 7b2a6f7d4f09ae01a9ef6b152b04f5e5cba72358
dir: /sys/src/cmd/graph/whoami.c/

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