shithub: riscv

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

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