shithub: riscv

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

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