shithub: riscv

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

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