Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
lua_State * | L |
ZIO * | Z |
Mbuffer * | b |
const char * | name |
Definition at line 23 of file lua-5.1.5/src/lundump.c.
Mbuffer * LoadState::b |
Definition at line 26 of file lua-5.1.5/src/lundump.c.
lua_State * LoadState::L |
Definition at line 24 of file lua-5.1.5/src/lundump.c.
const char * LoadState::name |
Definition at line 27 of file lua-5.1.5/src/lundump.c.
Referenced by luaU_undump().
ZIO * LoadState::Z |
Definition at line 25 of file lua-5.1.5/src/lundump.c.