|
codex
|
#include <stdbool.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) |
| bool is_sorted | ( | const int * | b, |
| const int * | e ) |

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