shithub: riscv

ref: 0c3e5940527272770e2f87127bf76b5dbae7a8bd
dir: /sys/src/cmd/graph/whoami.c/

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