shithub: riscv

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

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