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
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
setbuf()
PTC MKS Toolkit 10.4 Documentation Build 39.