shithub: riscv

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

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