lua-users home
lua-l archive

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


On 08.10.2012 23:31, Thijs Schreijer wrote:

Will the host program be able to catch the call to the underlying c function
exit?

Sure. Depending on your needs either use the atexit(3) C function or supply your own os.exit().

Philipp