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 MSVCRT__inp( 00007 unsigned short port) 00008 { 00009 return _inp(port); 00010 } 00011 00012 unsigned short MSVCRT__inpw( 00013 unsigned short port) 00014 { 00015 return _inpw(port); 00016 } 00017 00018 unsigned long MSVCRT__inpd( 00019 unsigned short port) 00020 { 00021 return _inpd(port); 00022 } 00023 00024 00025 int MSVCRT__outp( 00026 unsigned short port, 00027 int databyte) 00028 { 00029 return _outp(port, databyte); 00030 } 00031 00032 unsigned short MSVCRT__outpw( 00033 unsigned short port, 00034 unsigned short dataword) 00035 { 00036 return _outpw(port, dataword); 00037 } 00038 00039 unsigned long MSVCRT__outpd( 00040 unsigned short port, 00041 unsigned long dataword) 00042 { 00043 return _outpd(port, dataword); 00044 } 00045 00046 size_t _heapused( size_t *pUsed, size_t *pCommit ) 00047 { 00048 UNIMPLEMENTED; 00049 return( 0 ); 00050 } 00051 00052 int _fileinfo = 0; 00053 00054 int _atodbl( 00055 void * value, 00056 char * str) 00057 { 00058 UNIMPLEMENTED; 00059 return 0; 00060 } 00061 00062 int _ismbbkprint( 00063 unsigned int c) 00064 { 00065 UNIMPLEMENTED; 00066 return 0; 00067 } Generated on Sun May 27 2012 04:21:45 for ReactOS by
1.7.6.1
|