shithub: riscv

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

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