__p__commode
Points to the _commode global variable, which specifies the default file commit mode for file I/O operations.
int * __p__commode(
);
Return Value
Pointer to the _commode global variable.
Remarks
The __p__commode function is for internal use only, and should not be called from user code.
File commit mode specifies when critical data is written to disk. For more information, see fflush.
Requirements
Routine |
Required header |
---|---|
__p__commode |
internal.h |