SYNOPSIS
#include <stdio.h>
void setbuffer(FILE *stream, char *buf, int size);
DESCRIPTION
The
Except that it returns no value, the
PARAMETERS
- stream
-
Points to FILE structure.
- buf
-
Is a user-allocated buffer.
- size
-
Is a user-specified buffer size.
RETURN VALUES
None.
CONFORMANCE
4.4BSD.
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
PTC MKS Toolkit 10.5 Documentation Build 40.