shithub: riscv

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

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