shithub: riscv

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

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