shithub: riscv

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

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