MCPcopy Create free account
hub / github.com/Artikash/Textractor / lua_State

Class lua_State

extensions/lua.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 enum LuaStatus { LUA_OK, LUA_YIELD, LUA_ERRRUN, LUA_ERRSYNTAX, LUA_ERRMEM, LUA_ERRGCMM, LUA_ERRERR };
16
17 struct lua_State;
18 lua_State* luaL_newstate();
19 void luaL_openlibs(lua_State*);
20 void lua_close(lua_State*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected