shithub: riscv

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

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