shithub: riscv

ref: 1f52da20a2f87e99893c8ced132ea136e2b5410a
dir: /sys/src/cmd/graph/whoami.c/

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