shithub: riscv

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

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