shithub: riscv

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

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