Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

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)) 
00018 

Generated on Tue Nov 16 11:29:34 2004 by  doxygen 1.3.9.1