|
Tor 0.4.9.8
|
Macro definitions for MIN, MAX, and CLAMP. More...
Go to the source code of this file.
Macros | |
| #define | MAX(a, b) |
| #define | MIN(a, b) |
| #define | CLAMP(min, v, max) |
| #define | ABS(x) |
Macro definitions for MIN, MAX, and CLAMP.
Definition in file cmp.h.
| #define ABS | ( | x | ) |
Give the absolute value of x, independent of its type.
Definition at line 40 of file cmp.h.
Referenced by update_current_time().
| #define CLAMP | ( | min, | |
| v, | |||
| max ) |
| #define MAX | ( | a, | |
| b ) |