shithub: riscv

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

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