ELinks 0.18.0
|
Macros | |
#define | MIN(x, y) |
#define | MAX(x, y) |
#define | swap_values(type, a, b) |
Swap values a and b, both of type type. |
Functions | |
static int | int_min (int x, int y) |
static int | int_max (int x, int y) |
static void | int_upper_bound (int *what, int limit) |
Limit what pointed value to upper bound limit. | |
static void | int_lower_bound (int *what, int limit) |
Limit what pointed value to lower bound limit. | |
static void | int_bounds (int *what, int lower_limit, int upper_limit) |
Limit what pointed value to lower bound lower_limit and to upper bound upper_limit. |
#define MAX | ( | x, | |
y ) |
#define MIN | ( | x, | |
y ) |
#define swap_values | ( | type, | |
a, | |||
b ) |
|
inlinestatic |
Limit what pointed value to lower bound lower_limit and to upper bound upper_limit.
|
inlinestatic |
Limit what pointed value to lower bound limit.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Limit what pointed value to upper bound limit.