|
codex
|
#include <assert.h>#include <stdbool.h>#include <stddef.h>
Functions | |
| bool | is_sorted (const int *b, const int *e) |
| bool | lsearch (int x, const int *b, const int *e) |
| int * | lower_bound (int x, int *b, int *e) |
| bool is_sorted | ( | const int * | b, |
| const int * | e ) |

| int * lower_bound | ( | int | x, |
| int * | b, | ||
| int * | e ) |

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