shithub: riscv

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

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