ctai.h File Reference

Definition of MIN(a,b) and MAX(a,b). More...

Go to the source code of this file.

Defines

#define MAX(a, b)   (a>b ? a: b)
#define MIN(a, b)   (a<b ? a: b)

Detailed Description

Definition of MIN(a,b) and MAX(a,b).

Definition in file ctai.h.


Define Documentation

#define MAX ( a,
 )     (a>b ? a: b)

Definition at line 30 of file ctai.h.

#define MIN ( a,
 )     (a<b ? a: b)

Definition at line 34 of file ctai.h.


Generated on 4 Mar 2014 for OpenDA by  doxygen 1.6.1