shithub: riscv

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

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