shithub: riscv

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

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