shithub: riscv

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

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