shithub: riscv

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

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