shithub: riscv

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

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