[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "Redirecting" stdout, stderr
- From: Matias Guijarro <matias.guijarro@...>
- Date: Thu, 02 Mar 2006 13:08:24 +0100
I fully agree with having a kind of "lua_printf",
IMO it would be the best solution to this problem...
And I realize for now that it seems more complicated
than I thought at the begining :-(
David Given writes:
I have an embedded system with no stdio (not even FILE*),
so had to hack all that stuff out of the Lua core. It was non-trivial.
David : as you proposed, I would be very happy to see
what you have done ; I am also using 5.1.
Matias.