shithub: riscv

ref: 4bfa18a5d173dc3b9615153e54b95a6178150a49
dir: /sys/src/cmd/plot/libplot/whoami.c/

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