lua-users home
lua-l archive

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


It seems impossible.
Lua will push all the arguments into the stack when we call a C function.We can only access the arguments by indexes.
If it is possible to do it,it will also be useless.