shithub: riscv

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

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