shithub: riscv

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

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