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

Generated on Fri Sep 17 16:41:58 2004 for Define Command by doxygen 1.3.7