shithub: riscv

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

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