shithub: riscv

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

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