| * Copyright 2001 Francois Gouget. |
| #define MSVCRT(x) MSVCRT_##x |
| #ifndef MSVCRT_SIZE_T_DEFINED |
| typedef unsigned int MSVCRT(size_t); |
| #define MSVCRT_SIZE_T_DEFINED |
| typedef int (*MSVCRT_compar_fn_t)(const void*,const void*); |
| void* _lfind(const void*,const void*,unsigned int*,unsigned int,MSVCRT_compar_fn_t); |
| void* _lsearch(const void*,void*,unsigned int*,unsigned int,MSVCRT_compar_fn_t); |
| void* MSVCRT(bsearch)(const void*,const void*,MSVCRT(size_t),MSVCRT(size_t),MSVCRT_compar_fn_t); |
| void MSVCRT(qsort)(void*,MSVCRT(size_t),MSVCRT(size_t),MSVCRT_compar_fn_t); |
| #ifndef USE_MSVCRT_PREFIX |
| #endif /* USE_MSVCRT_PREFIX */ |
| #endif /* __WINE_SEARCH_H */ |