ReactOS
0.4.16-dev-1948-gd260c1d
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
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
corecrt_internal_stdio.h
_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 Fri Dec 5 2025 06:15:42 for ReactOS by
1.9.6