shithub: riscv

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

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