shithub: riscv

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

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