shithub: riscv

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

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