shithub: riscv

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

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