shithub: riscv

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

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