PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | NULL 0; |
Typedefs | |
typedef unsigned int | size_t |
Functions | |
int | less (const void *a, const void *b) |
void * | bsearch (const void *key, const void *base, size_t nel, size_t width, int(*cmp)(const void *, const void *)) |
#define NULL 0; |
Definition at line 3 of file bsearch-specialized.c.
Referenced by bsearch().
typedef unsigned int size_t |
Definition at line 2 of file bsearch-specialized.c.
void* bsearch | ( | const void * | key, |
const void * | base, | ||
size_t | nel, | ||
size_t | width, | ||
int(*)(const void *, const void *) | cmp | ||
) |
Definition at line 5 of file bsearch-specialized.c.
References less(), NULL, and sign.