shithub: riscv

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

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