shithub: riscv

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

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