shithub: riscv

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

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