lua-users home
lua-l archive

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


Eric Ries wrote:
> 
> I want to be able to call my own C function, that has the same properties as
> exit (cleans up, handles the error) but does not have the nasty side-effect
> of exiting my process.

So why don't you call it exit? ;-)

Ciao, ET.