Copyright Digital Equipment Corp. All rights reserved.

setvbuf

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

   Format

     #include  <stdio.h>

     int setvbuf  (FILE *file_ptr, char *buffer, int type, size_t size);
 


Additional information available:

Arguments       Description     Return_Values