shithub: riscv

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

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