shithub: riscv

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

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