shithub: riscv

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

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