ReactOS
0.4.16-dev-1113-g99ecbf5
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
stubs.c
Go to the documentation of this file.
1
#include <precomp.h>
2
3
static
BOOL
n_format_enabled
=
TRUE
;
4
5
int
CDECL
_get_printf_count_output
(
void
)
6
{
7
return
n_format_enabled
? 1 : 0;
8
}
9
10
int
CDECL
_set_printf_count_output
(
int
enable
)
11
{
12
BOOL
old =
n_format_enabled
;
13
n_format_enabled
= (
enable
?
TRUE
:
FALSE
);
14
return
old ? 1 : 0;
15
}
16
17
int
__STRINGTOLD
(
long
double
*
value
,
char
**endptr,
const
char
*
str
,
int
flags
)
18
{
19
FIXME
(
"%p %p %s %x stub\n"
,
value
, endptr,
str
,
flags
);
20
return
0;
21
}
22
23
void
__fileinfo
(
void
)
24
{
25
FIXME
(
"__fileinfo stub\n"
);
26
}
27
28
void
stub
(
void
)
29
{
30
FIXME
(
"stub\n"
);
31
}
32
33
unsigned
int
_get_output_format
(
void
)
34
{
35
return
0;
36
}
37
FIXME
#define FIXME(fmt,...)
Definition:
precomp.h:53
TRUE
#define TRUE
Definition:
types.h:120
FALSE
#define FALSE
Definition:
types.h:117
CDECL
#define CDECL
Definition:
compat.h:29
BOOL
unsigned int BOOL
Definition:
ntddk_ex.h:94
flags
GLbitfield flags
Definition:
glext.h:7161
enable
GLboolean enable
Definition:
glext.h:11120
str
const WCHAR * str
Definition:
rpc_transport.c:2724
n_format_enabled
static BOOL n_format_enabled
Definition:
stubs.c:3
_get_printf_count_output
int CDECL _get_printf_count_output(void)
Definition:
stubs.c:5
__fileinfo
void __fileinfo(void)
Definition:
stubs.c:23
stub
void stub(void)
Definition:
stubs.c:28
__STRINGTOLD
int __STRINGTOLD(long double *value, char **endptr, const char *str, int flags)
Definition:
stubs.c:17
_set_printf_count_output
int CDECL _set_printf_count_output(int enable)
Definition:
stubs.c:10
_get_output_format
unsigned int _get_output_format(void)
Definition:
stubs.c:33
value
Definition:
pdh_main.c:96
sdk
lib
crt
misc
stubs.c
Generated on Tue May 13 2025 06:15:47 for ReactOS by
1.9.6