lua_version
[-0, +0, –]
const lua_Number *lua_version (lua_State *L);
Returns the address of the version number (a C static variable) stored in the Lua core. When called with a valid lua_State
, returns the address of the version used to create that state. When called with NULL
, returns the address of the version running the call.
Please login to continue.