Copyright Digital Equipment Corp. All rights reserved.

setbuf

   Associates a new buffer with an input or output file and
   potentially modifies the buffering behavior.

   Format

     #include  <stdio.h>

     void setbuf  (FILE *file_ptr, char *buffer);
 


Additional information available:

Arguments       Description