shithub: riscv

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

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