|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <crtdefs.h>
#include <stddef.h>
#include <sec_api/search_s.h>
Go to the source code of this file.
Defines |
| #define | _CRT_ALGO_DEFINED |
Functions |
| void *__cdecl | bsearch (const void *_Key, const void *_Base, size_t _NumOfElements, size_t _SizeOfElements, int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
| void __cdecl | qsort (void *_Base, size_t _NumOfElements, size_t _SizeOfElements, int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
| _CRTIMP void *__cdecl | _lfind (const void *_Key, const void *_Base, unsigned int *_NumOfElements, unsigned int _SizeOfElements, int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
| _CRTIMP void *__cdecl | _lsearch (const void *_Key, void *_Base, unsigned int *_NumOfElements, unsigned int _SizeOfElements, int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
| _CRTIMP void *__cdecl | lfind (const void *_Key, const void *_Base, unsigned int *_NumOfElements, unsigned int _SizeOfElements, int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
| _CRTIMP void *__cdecl | lsearch (const void *_Key, void *_Base, unsigned int *_NumOfElements, unsigned int _SizeOfElements, int(__cdecl *_PtFuncCompare)(const void *, const void *)) |
Generated on Sun May 27 2012 05:29:31 for ReactOS by
1.7.6.1
|