Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygensearch.h
Go to the documentation of this file.
00001 00006 #ifndef _INC_SEARCH 00007 #define _INC_SEARCH 00008 00009 #include <crtdefs.h> 00010 #include <stddef.h> 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00016 #ifndef _CRT_ALGO_DEFINED 00017 #define _CRT_ALGO_DEFINED 00018 void *__cdecl bsearch(const void *_Key,const void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 00019 void __cdecl qsort(void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 00020 #endif 00021 _CRTIMP void *__cdecl _lfind(const void *_Key,const void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 00022 _CRTIMP void *__cdecl _lsearch(const void *_Key,void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 00023 00024 #ifndef NO_OLDNAMES 00025 _CRTIMP void *__cdecl lfind(const void *_Key,const void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 00026 _CRTIMP void *__cdecl lsearch(const void *_Key,void *_Base,unsigned int *_NumOfElements,unsigned int _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *)); 00027 #endif 00028 00029 #ifdef __cplusplus 00030 } 00031 #endif 00032 00033 #include <sec_api/search_s.h> 00034 00035 #endif Generated on Sun May 27 2012 04:29:53 for ReactOS by
1.7.6.1
|