shithub: riscv

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

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