shithub: riscv

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

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