shithub: riscv

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

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