PandA-2024.02
|
#include "aggregate.h"
Go to the source code of this file.
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 high, size_t size, int(*compar)(const void *, const void *)) |
int | test (float *key, float *base, size_t nmemb) |
void* bsearch | ( | const void * | key, |
const void * | base, | ||
size_t | high, | ||
size_t | size, | ||
int(*)(const void *, const void *) | compar | ||
) |
Definition at line 25 of file bsearch-specialized.c.
Referenced by test().