shithub: riscv

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

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