shithub: riscv

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

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