SETBUF - set buffer.

(ANSI Standard)

Usage:

#include <stdio.h>
setbuf( f, b );

Where:

FILE *f;
 
char *b;
 

Description:

"setbuf" is included for compatibility with the ANSI standard. On many machines it does nothing, because the machine already buffers its I/O.

Copyright © 1996, Thinkage Ltd.