shithub: riscv

ref: 18039c83c099e0b58459118c84e3292509417653
dir: /sys/src/cmd/graph/whoami.c/

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