#include <QDebug>


Go to the source code of this file.
Defines | |
| #define | MIN(x, y) (((x) < (y)) ? (x) : (y)) |
| #define | MAX(x, y) (((x) > (y)) ? (x) : (y)) |
| #define MAX | ( | x, | |||
| y | ) | (((x) > (y)) ? (x) : (y)) |
| #define MIN | ( | x, | |||
| y | ) | (((x) < (y)) ? (x) : (y)) |
1.5.8