Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstubs.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
1.7.6.1
|