shithub: riscv

ref: 811b80cae120168762e5825784a135ee4a5558e2
dir: /sys/src/cmd/graph/whoami.c/

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