shithub: riscv

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

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