ReactOS 0.4.15-dev-7834-g00c4b3d
stubs.c File Reference
#include <windef.h>
#include <stubs.h>
Include dependency graph for stubs.c:

Go to the source code of this file.

Macros

#define UNIMPLEMENTED   __wine_spec_unimplemented_stub("msvcrt.dll", __FUNCTION__)
 

Functions

size_t _heapused (size_t *pUsed, size_t *pCommit)
 
int _atodbl (void *value, char *str)
 
int _ismbbkprint (unsigned int c)
 

Variables

int _fileinfo = 0
 

Macro Definition Documentation

◆ UNIMPLEMENTED

#define UNIMPLEMENTED   __wine_spec_unimplemented_stub("msvcrt.dll", __FUNCTION__)

Definition at line 5 of file stubs.c.

Function Documentation

◆ _atodbl()

int _atodbl ( void value,
char str 
)

Definition at line 58 of file stubs.c.

61{
63 return 0;
64}
#define UNIMPLEMENTED
Definition: stubs.c:6

◆ _heapused()

size_t _heapused ( size_t pUsed,
size_t pCommit 
)

Definition at line 50 of file stubs.c.

51{
53 return( 0 );
54}

◆ _ismbbkprint()

int _ismbbkprint ( unsigned int  c)

Definition at line 66 of file stubs.c.

68{
70 return 0;
71}

Variable Documentation

◆ _fileinfo

int _fileinfo = 0

Definition at line 56 of file stubs.c.