shithub: riscv

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

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