shithub: riscv

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

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