shithub: riscv

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

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