shithub: riscv

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

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