shithub: riscv

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

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