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 at Fri Mar 23 20:22:08 2001 for Define Command by doxygen1.2.6-20010319 written by Dimitri van Heesch, © 1997-2001