shithub: riscv

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

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