shithub: riscv

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

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