helpers.h File Reference
Go to the source code of this file.
Defines |
#define | max(x, y) ((x) > (y) ? (x) : (y)) |
#define | min(x, y) ((x) < (y) ? (x) : (y)) |
Functions |
double | gettime () |
Define Documentation
#define max |
( |
x, |
|
|
y |
|
) |
((x) > (y) ? (x) : (y)) |
#define min |
( |
x, |
|
|
y |
|
) |
((x) < (y) ? (x) : (y)) |
Function Documentation