ReactOS
0.4.16-dev-125-g798ea90
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:94
sdk
lib
crt
misc
stubs.c
Generated on Mon Oct 14 2024 06:14:32 for ReactOS by
1.9.6