ReactOS
0.4.16-dev-2110-ge3521eb
ncommode.cpp
Go to the documentation of this file.
1
//
2
// ncommode.cpp
3
//
4
// Copyright (c) Microsoft Corporation. All rights reserved.
5
//
6
// Defines _commode, which sets the default file commit mode to nocommit.
7
//
8
#include <
corecrt_internal_stdio.h
>
9
10
11
12
// Set default file commit mode to nocommit
13
extern
"C"
{
int
_commode
= 0; }
14
15
16
17
extern
"C"
int
*
__cdecl
__p__commode
()
18
{
19
return
&
_commode
;
20
}
corecrt_internal_stdio.h
__cdecl
#define __cdecl
Definition:
corecrt.h:121
_commode
int _commode
Definition:
ncommode.cpp:13
__p__commode
int *__cdecl __p__commode()
Definition:
ncommode.cpp:17
sdk
lib
ucrt
stdio
ncommode.cpp
Generated on Thu Jan 8 2026 06:16:17 for ReactOS by
1.9.6