shithub: riscv

ref: 1a1863e5dc8913e47b16e44499a3cc735aead394
dir: /sys/src/cmd/graph/whoami.c/

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