shithub: riscv

ref: 940e3165d31370871e66e0ae2cce13f010cb26ba
dir: /sys/src/cmd/graph/whoami.c/

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