Re: API Version Query Function
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: API Version Query Function
- From: Michael Pruemm <mip@...>
- Date: Mon, 8 Jun 2009 13:58:13 +0200
Why do you need a C API function?
You have to include "lua.h" in your C source anyway, and this file
defines things like LUA_VERSION, LUA_RELEASE, ... No need to introduce
a function for this.
- Michael