shithub: riscv

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

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