shithub: riscv

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

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