Re: API Version Query Function
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: API Version Query Function
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 8 Jun 2009 09:09:07 -0300
> 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?