|
libcmutils 0.6.5
Multi-platform C99 utility library
|
Macros | |
| #define | INT64_MAX i64(0x7FFFFFFFFFFFFFFF) |
| #define | CMUTIL_APPEND(a, b) a ## b |
Enumerations | |
| enum | CMBool { CMTrue = 1 , CMFalse = 0 } |
| Boolean definition for this library. More... | |
CMUTIL library uses platform-independent data types for multi-platform support.
| #define INT64_MAX i64(0x7FFFFFFFFFFFFFFF) |
64-bit signed / unsigned integer max values.
| #define CMUTIL_APPEND | ( | a, | |
| b | |||
| ) | a ## b |
64-bit signed / unsigned integer constant suffix.
| enum CMBool |