xref: /reactos/dll/win32/msvcrt20/stubs.c (revision 1734f297)
1 #include <stubs.h>
2 
3 #undef UNIMPLEMENTED
4 #define UNIMPLEMENTED __wine_spec_unimplemented_stub("msvcrt.dll", __FUNCTION__)
5 
6 int _atodbl(
7    void * value,
8    char * str)
9 {
10     UNIMPLEMENTED;
11     return 0;
12 }
13 
14 int _ismbbkprint(
15    unsigned int c)
16 {
17     UNIMPLEMENTED;
18     return 0;
19 }
20 
21 size_t _heapused( size_t *pUsed, size_t *pCommit )
22 {
23     UNIMPLEMENTED;
24     return( 0 );
25 }
26 
27 int _fileinfo = 0;