shithub: riscv

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

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