shithub: riscv

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

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