![]() |
Purple
0.1
Standard Language Specification
|
Miscellaneous utility functions that don't fit anywhere else. More...
#include <math.h>#include <stdio.h>#include <string.h>

Go to the source code of this file.
Macros | |
| #define | MIN(x, y) (x < y ? x : y) |
| #define | MAX(x, y) (x > y ? x : y) |
Miscellaneous utility functions that don't fit anywhere else.
| #define MAX | ( | x, | |
| y | |||
| ) | (x > y ? x : y) |
| #define MIN | ( | x, | |
| y | |||
| ) | (x < y ? x : y) |