ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

stubs.c
Go to the documentation of this file.
00001 #include <stubs.h>
00002 
00003 #undef UNIMPLEMENTED
00004 #define UNIMPLEMENTED __wine_spec_unimplemented_stub("msvcrt.dll", __FUNCTION__)
00005 
00006 int _atodbl(
00007    void * value,
00008    char * str)
00009 {
00010     UNIMPLEMENTED;
00011     return 0;
00012 }
00013 
00014 int _ismbbkprint(
00015    unsigned int c)
00016 {
00017     UNIMPLEMENTED;
00018     return 0;
00019 }
00020 
00021 size_t _heapused( size_t *pUsed, size_t *pCommit )
00022 {
00023     UNIMPLEMENTED;
00024     return( 0 );
00025 }
00026 
00027 int _fileinfo = 0;

Generated on Fri May 25 2012 04:19:39 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.