shithub: riscv

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

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