shithub: riscv

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

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