codex
Loading...
Searching...
No Matches
utils.h File Reference
#include <stdbool.h>
Include dependency graph for utils.h:

Go to the source code of this file.

Functions

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

Function Documentation

◆ is_sorted()

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

◆ lsearch()

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