shithub: riscv

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

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