shithub: riscv

ref: 807e8e69ec32e568b7025dd10f59bf2e6d225379
dir: /sys/src/cmd/graph/whoami.c/

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