shithub: riscv

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

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