#ifndef lua_code_cache_h #define lua_code_cache_h #include #include const char * luacode_load(const char * key, const char * code, size_t *sz); int luacode_loadfile(lua_State *L, const char *filename); int luacode_lib(lua_State *); #endif