◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <stdio.h> Syntax: void setbuf( FILE *stream, char *buffer ); int setvbuf( FILE *stream, char *buffer, int mode, size_t size ); mode: _IOFBF, _IOLBF, _IONBF Returns: for setvbuf, 0 if successful, or a nonzero value if an illegal type or buffer size is specified. -♦-