[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to call lua scripts from C/C++ without recompiling each time?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 2 Sep 2003 13:39:44 -0300
>doh, I spoke too soon. I should use grep instead of my eyes. my lauxlib
>does in fact have luaL_ref...
You can also navigate the source code at http://www.lua.org/source/5.0/
luaL_ref is at http://www.lua.org/source/5.0/src_lib_lauxlib.c.html#luaL_ref
You get there by following the link in lua.h...
--lhf