shithub: riscv

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

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