Terrain Analyzer
A Program to Analyze Gradient Statistics
|
Header file for OS dependent things. More...
#include <time.h>
Go to the source code of this file.
Macros | |
#define | min(x, y) ((x)<(y)?(x):(y)) |
Find the smaller of two numbers. | |
#define | max(x, y) ((x)>(y)?(x):(y)) |
Find the larger of two numbers. | |