|
VMS Help CRTL, setvbuf *Conan The Librarian |
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 (explode) :
|
|