20#ifndef __WINE_SEARCH_H
21#define __WINE_SEARCH_H
_ACRTIMP void *__cdecl _lfind(const void *, const void *, unsigned int *, unsigned int, int(__cdecl *)(const void *, const void *))
_ACRTIMP void __cdecl qsort(void *, size_t, size_t, int(__cdecl *)(const void *, const void *))
_ACRTIMP void *__cdecl _lsearch(const void *, void *, unsigned int *, unsigned int, int(__cdecl *)(const void *, const void *))
static void * lsearch(const void *match, void *start, unsigned int *array_size, unsigned int elem_size, int(__cdecl *cf)(const void *, const void *))