Re: C, Lua 5.1.2 and io.close()
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C, Lua 5.1.2 and io.close()
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年4月13日 16:01:43 -0300
> calling luaL_dofile seems to quit my programm, after several tests, I've
> found that if I remove io.close() from a.lua, it works.
io.close() closes stdout and so you don't see the result of your printf.