Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
bsearch.c File Reference
#include <stddef.h>
#include <stdlib.h>
Include dependency graph for bsearch.c:

Functions

void * bsearch (void *key, const void *base0, size_t nmemb, size_t size, int *compar) const
 

Function Documentation

◆ bsearch()

void* bsearch ( void *  key,
const void *  base0,
size_t  nmemb,
size_t  size,
int *  compar 
) const

References cmp(), NULL, and p.