Re: LUA stack values to API?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA stack values to API?
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2002年3月31日 10:23:42 -0300
> ???? Do I need to call anything to clean up my parameters???
No. When a C function returns to Lua, the stack is cleared.
-- Roberto