shithub: riscv

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

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