shithub: riscv

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

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