shithub: riscv

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

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