shithub: riscv

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

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