shithub: riscv

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

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