shithub: riscv

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

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