shithub: riscv

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

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