lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Could we get a C API function that allows us to query Lua's version
> without needing to open a Lua state. Something like:
> 
> const char * lua_getversion (void);

Why do you need to avoid opening a Lua state?