|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdlib.h>#include <string.h>#include <search.h>
Go to the source code of this file.
Functions | |
| void *__cdecl | _lsearch (const void *key, void *base, unsigned int *nelp, unsigned int width, int(__cdecl *compar)(const void *, const void *)) |
| void *__cdecl _lsearch | ( | const void * | key, |
| void * | base, | ||
| unsigned int * | nelp, | ||
| unsigned int | width, | ||
| int(__cdecl *compar)(const void *, const void *) | |||
| ) |
Definition at line 8 of file lsearch.c.