Re: "Redirecting" stdout, stderr
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: "Redirecting" stdout, stderr
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 2 Mar 2006 16:54:26 -0300
> I have always thought it would be a major help to embedders if the Lua
> source NEVER used the I/O routines from the C standard library directly.
The Lua core does not use stdio, except for sprintf.