shithub: riscv

ref: 196da4ec6f429683a351312d1f0bcb05847e7f89
dir: /sys/src/cmd/plot/libplot/whoami.c/

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