lua-users home
lua-l archive

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


When I pass values from Lua to C, then they are not by default copied to the C stack. So how is this string referrencing done when I access the string passed from Lua in C? Are they copying the string to top of stack and then accessing it???