shithub: riscv

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

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