shithub: riscv

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

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