shithub: riscv

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

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