ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Macros | |
#define | __fileDECL __cdecl |
#define | __COMPARE(context, p1, p2) (*compare)(p1, p2) |
Functions | |
void *__fileDECL | _lsearch (const void *const key, void *const base, unsigned int *const num, unsigned int const width, int(__fileDECL *compare)(void const *, void const *)) |
Definition at line 24 of file lsearch.cpp.
Definition at line 16 of file lsearch.cpp.
void *__fileDECL _lsearch | ( | const void *const | key, |
void *const | base, | ||
unsigned int *const | num, | ||
unsigned int const | width, | ||
int(__fileDECL *compare)(void const *, void const *) | |||
) |
Definition at line 57 of file lsearch.cpp.