shithub: riscv

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

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