shithub: riscv

ref: 294e940f571e72ac9c7656bf55fe740f7f9dc0d2
dir: /sys/src/cmd/graph/whoami.c/

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