[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Joining stdout and stderr
- From: David Burgess <dburgess@...>
- Date: Wed, 21 Dec 2005 08:36:00 +1100
On 12/21/05, David Given <dg@cowlark.com> wrote:
> possible to simply tell it
> to line buffer stdout and stderr --- this will normally do what you want.
> setlinebuf() should do this. I don't know if this works on Windows, though.
setvbuf() is required to make pipes work in windows. should solve the
problem.
DB