2 Copyright © 1995-2012, The AROS Development Team. All rights reserved.
8 /*****************************************************************************
26 This is a simpler alias for setvbuf() according to manpage.
36 ******************************************************************************/
38 setvbuf(stream
, buf
, buf
? _IOFBF
: _IONBF
, BUFSIZ
);