shithub: riscv

ref: 2fda77e404ab5cd8fdc0ef906fac87d53f9301b9
dir: /sys/src/cmd/graph/whoami.c/

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