shithub: riscv

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

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