shithub: riscv

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

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