[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How is string passed from Lua to C
- From: rahul sharma <rahulatgslab@...>
- Date: Wed, 7 Dec 2011 17:31:06 +0530
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???