ReactOS 0.4.15-dev-7842-g558ab78
stubs.c
Go to the documentation of this file.
1#include <precomp.h>
2
4
6{
7 return n_format_enabled ? 1 : 0;
8}
9
11{
14 return old ? 1 : 0;
15}
16
17int __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
23void __fileinfo(void)
24{
25 FIXME("__fileinfo stub\n");
26}
27
28void stub(void)
29{
30 FIXME("stub\n");
31}
32
33unsigned int _get_output_format(void)
34{
35 return 0;
36}
37
#define FIXME(fmt,...)
Definition: debug.h:111
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
#define CDECL
Definition: compat.h:29
unsigned int BOOL
Definition: ntddk_ex.h:94
GLbitfield flags
Definition: glext.h:7161
GLboolean enable
Definition: glext.h:11120
const WCHAR * str
static BOOL n_format_enabled
Definition: stubs.c:3
int CDECL _get_printf_count_output(void)
Definition: stubs.c:5
void __fileinfo(void)
Definition: stubs.c:23
void stub(void)
Definition: stubs.c:28
int __STRINGTOLD(long double *value, char **endptr, const char *str, int flags)
Definition: stubs.c:17
int CDECL _set_printf_count_output(int enable)
Definition: stubs.c:10
unsigned int _get_output_format(void)
Definition: stubs.c:33
Definition: pdh_main.c:94