shithub: riscv

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

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