ReactOS 0.4.15-dev-7842-g558ab78
stubs.c
Go to the documentation of this file.
1#include <windef.h>
2#include <stubs.h>
3
4#undef UNIMPLEMENTED
5#define UNIMPLEMENTED __wine_spec_unimplemented_stub("msvcrt.dll", __FUNCTION__)
6
8 void * value,
9 char * str)
10{
12 return 0;
13}
14
16 unsigned int c)
17{
19 return 0;
20}
21
22size_t _heapused( size_t *pUsed, size_t *pCommit )
23{
25 return( 0 );
26}
27
28int _fileinfo = 0;
#define UNIMPLEMENTED
Definition: debug.h:115
int _ismbbkprint(unsigned int c)
Definition: stubs.c:38
int _fileinfo
Definition: stubs.c:14
int _atodbl(void *value, char *str)
Definition: stubs.c:30
size_t _heapused(size_t *pUsed, size_t *pCommit)
Definition: stubs.c:45
const GLubyte * c
Definition: glext.h:8905
const WCHAR * str
Definition: pdh_main.c:94