shithub: riscv

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

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