Coconut Framework
beta
Main Page
Classes
Files
File List
File Members
Source
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
Generated on Sat Feb 22 2014 22:05:51 for Coconut Framework by
1.8.5