shithub: riscv

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

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