shithub: riscv

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

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