shithub: riscv

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

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