2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 ANSI C function setlinebuf().
8 #define setlinebuf setlinebuf
10 /*****************************************************************************
27 This is a simpler alias for setvbuf() according to manpage.
37 ******************************************************************************/
39 setvbuf(stream
, (char *)NULL
, _IOLBF
, 0);