#ifndef __LUA_ZLIB_H_ #define __LUA_ZLIB_H_ #include "lauxlib.h" LUALIB_API int luaopen_zlib(lua_State *L); #endif // __LUA_ZLIB_H_