lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>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