shithub: riscv

ref: 987d15e7b255881f704866ea54f7281c16bbe31e
dir: /sys/src/cmd/graph/whoami.c/

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