1 2 3 4 5 6 7 8 9
#include "lua.h" #include "lauxlib.h" #include "linit.h" LUA_API int luaopen_init(lua_State *L) { #include "linit.lch" return 0; }