shithub: riscv

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

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