shithub: riscv

ref: 575015d2b023e5707293830186581f03c33aa90a
dir: /sys/src/cmd/graph/whoami.c/

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