shithub: riscv

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

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