div
eof
Expand Minimize
This topic has not yet been rated - Rate this topic

__p__fmode

Points to the _fmode global variable, which specifies the default file translation mode for file I/O operations.

int* __p__fmode(
   );

Pointer to the _fmode global variable.

The __p__fmode function is for internal use only, and should not be called from user code.

File translation mode specifies either binary or text translation for _open and _pipe I/O operations. For more information, see _fmode.

Routine

Required header

__p__fmode

stdlib.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.