Defined in header <stdio.h> int setvbuf( FILE * stream, char * buffer,
int mode, size_t size ); (until C99) int setvbuf( FILE *restrict stream, char *restrict buffer,
int mode, size_t size ); (since C99)
Changes the the buffering mode of the given file stream stream as indicated by the argument mode. In addition,
If if buffer is a null pointer, resizes of the internal buffer to size. If buffer is not a null pointer, instr