Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygensearch_s.h
Go to the documentation of this file.
00001 00006 #ifndef _INC_SEARCH_S 00007 #define _INC_SEARCH_S 00008 00009 #include <search.h> 00010 00011 #if defined(MINGW_HAS_SECURE_API) 00012 00013 #ifdef __cplusplus 00014 extern "C" { 00015 #endif 00016 00017 _CRTIMP void *__cdecl _lfind_s(const void *_Key,const void *_Base,unsigned int *_NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(void *,const void *,const void *),void *_Context); 00018 _CRTIMP void *__cdecl _lsearch_s(const void *_Key,void *_Base,unsigned int *_NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(void *,const void *,const void *),void *_Context); 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif 00025 #endif Generated on Sat May 26 2012 04:28:28 for ReactOS by
1.7.6.1
|