codex
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages Concepts
bsearch.c File Reference
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
Include dependency graph for bsearch.c:

Functions

bool is_sorted (const int *b, const int *e)
 
bool lsearch (int x, const int *b, const int *e)
 
bool bsearch (int x, const int *b, const int *e)
 

Function Documentation

◆ bsearch()

bool bsearch ( int x,
const int * b,
const int * e )
Here is the call graph for this function:

◆ is_sorted()

bool is_sorted ( const int * b,
const int * e )
Here is the caller graph for this function:

◆ lsearch()

bool lsearch ( int x,
const int * b,
const int * e )
Here is the caller graph for this function: