lua-users home
lua-l archive

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


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