Coconut Framework  beta
CNMacro.h
Go to the documentation of this file.
1 
8 #ifndef CNMACRO_H
9 #define CNMACRO_H
10 
11 #include <limits.h>
12 
14 #define CNMaxSignedInt64 LONG_MAX
15 
17 #define CNMax(A, B) ((A) >= (B) ? (A) : (B))
18 
19 #endif /* CNMACRO_H */
20