shithub: riscv

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

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