SYNOPSIS
#include <stdio.h>
int setvbuf(FILE *stream, char *buffer, int mode, size_t size);
DESCRIPTION
The
PARAMETERS
- stream
-
Points to a FILE structure.
- buffer
-
Is the user-allocated buffer.
- mode
-
Is the mode of buffering which may be one of the following:
- size
-
Is the size of the buffer.
RETURN VALUES
If successful,
CONFORMANCE
ANSI/ISO 9899-1990.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
setbuf()
MKS Toolkit 9.2 Documentation Build 16.