shithub: riscv

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

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