Go to the source code of this file.
Functions | |
void * | lsearch (void *key, void *base, int belp, int width, int(*cmp)(void *, void *)) |
void * | bsearch (void *key, void *base, int nel, int size, int(*cmp)(void *, void *)) |
void* bsearch | ( | void * | key, |
void * | base, | ||
int | nel, | ||
int | size, | ||
int(*)(void *, void *) | cmp | ||
) |
void* lsearch | ( | void * | key, |
void * | base, | ||
int | belp, | ||
int | width, | ||
int(*)(void *, void *) | cmp | ||
) |