shithub: riscv

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

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