Main Page | File List | File Members

define.h

Go to the documentation of this file.
00001 
00015 #define ABS(x) (((x)>0)?(x):-(x))
00016 #define MAX(x,y) ((x)>(y)?(x):(y))
00017 #define MIN(x,y) ((x)>(y)?(y):(x)) 

Generated on Fri Sep 26 08:38:39 2003 for Define Command by doxygen 1.3.4