shithub: riscv

ref: 6c2e983d328874ea41cb35bacb510bf2709a229f
dir: /sys/src/cmd/plot/libplot/whoami.c/

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