[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua function as argument
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 5 Aug 2002 20:31:12 -0300 (EST)
>How can I pass a lua callback function to a C function and later call this
>function from C ?
Sure. You can lua_call anything that's on the stack.
--lhf