gdsl_macros.h File Reference

Go to the source code of this file.

Defines

#define GDSL_MAX(X, Y)   (X>Y?X:Y)
 Give the greatest number of two numbers.
#define GDSL_MIN(X, Y)   (X>Y?Y:X)
 Give the lowest number of two numbers.


Generated on Thu Jun 22 11:15:30 2006 for gdsl by  doxygen 1.4.6