shithub: riscv

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

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