ReactOS 0.4.15-dev-7842-g558ab78
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

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

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 7 of file stubs.c.

10{
12 return 0;
13}
#define UNIMPLEMENTED
Definition: stubs.c:6

◆ _heapused()

size_t _heapused ( size_t pUsed,
size_t pCommit 
)

Definition at line 22 of file stubs.c.

23{
25 return( 0 );
26}

◆ _ismbbkprint()

int _ismbbkprint ( unsigned int  c)

Definition at line 15 of file stubs.c.

17{
19 return 0;
20}

Variable Documentation

◆ _fileinfo

int _fileinfo = 0

Definition at line 28 of file stubs.c.