shithub: riscv

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

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