shithub: riscv

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

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