shithub: riscv

ref: 19a883ce7a8b0d1f57a1df68947af2bfa7ea5576
dir: /sys/src/cmd/graph/whoami.c/

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