|
MASA-Core
|
Go to the source code of this file.
Defines | |
| #define | MAX(A, B) (((A)>(B))?(A):(B)) |
| #define | MAX3(A, B, C) (MAX(A,MAX(B,C))) |
| #define | MAX4(A, B, C, D) (MAX(MAX(A,B),MAX(C,D))) |
| #define MAX | ( | A, | |
| B | |||
| ) | (((A)>(B))?(A):(B)) |
Definition at line 24 of file macros.hpp.
Definition at line 25 of file macros.hpp.
1.7.6.1