shithub: riscv

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

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