shithub: riscv

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

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