shithub: riscv

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

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