#include "mcp.h" VALUE rb_mMcp; RUBY_FUNC_EXPORTED void Init_mcp(void) { rb_mMcp = rb_define_module("Mcp"); }