shithub: riscv

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

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