shithub: riscv

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

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