Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Points to the _fmode global variable, which specifies the default file translation mode for file I/O operations.
int* __p__fmode(
);
Return Value
Pointer to the _fmode global variable.
Remarks
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.
Requirements
Routine |
Required header |
|---|---|
__p__fmode |
stdlib.h |