shithub: riscv

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

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