shithub: riscv

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

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