|
Is there a way to register a C function that would be called when someone calls require("mymodule")? I have a module that doesn't have any supporting Lua code and I'm just compiling it directly into my application so it's bypassing the usual module mechanism.