shithub: riscv

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

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