[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: String parameters when calling C from Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 19 May 2006 13:58:15 -0300
> Would it be possible to have a "lua_pushstring_fixed()"
> API function, to cover this issue.
If the string is already in Lua, then the best way is to use a reference.
--lhf