2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 ANSI C function setbuf().
10 /*****************************************************************************
28 This is a simpler alias for setvbuf() according to manpage.
38 ******************************************************************************/
40 setvbuf(stream
, buf
, buf
? _IOFBF
: _IONBF
, BUFSIZ
);