int type definition and macros Copyright (C) 2008 Cybozu Labs, Inc., all rights reserved.
#include <stdint.h>
#include <unistd.h>
Go to the source code of this file.
◆ CYBOZU_ALIGN
| #define CYBOZU_ALIGN |
( |
| x | ) |
|
Value:__attribute__((aligned(x)))
Definition at line 39 of file inttype.hpp.
◆ CYBOZU_ALLOCA_
| #define CYBOZU_ALLOCA_ |
( |
| x | ) |
|
◆ CYBOZU_CPP_VERSION
◆ CYBOZU_CPP_VERSION_CPP03
| #define CYBOZU_CPP_VERSION_CPP03 0 |
◆ CYBOZU_CPP_VERSION_CPP11
| #define CYBOZU_CPP_VERSION_CPP11 2 |
◆ CYBOZU_CPP_VERSION_TR1
| #define CYBOZU_CPP_VERSION_TR1 1 |
◆ CYBOZU_ENDIAN
◆ CYBOZU_ENDIAN_BIG
| #define CYBOZU_ENDIAN_BIG 2 |
◆ CYBOZU_ENDIAN_LITTLE
| #define CYBOZU_ENDIAN_LITTLE 1 |
◆ CYBOZU_ENDIAN_UNKNOWN
| #define CYBOZU_ENDIAN_UNKNOWN 0 |
◆ CYBOZU_FORCE_INLINE
| #define CYBOZU_FORCE_INLINE __attribute__((always_inline)) |
◆ CYBOZU_NAMESPACE_STD
| #define CYBOZU_NAMESPACE_STD std |
◆ CYBOZU_NAMESPACE_TR1_BEGIN
| #define CYBOZU_NAMESPACE_TR1_BEGIN |
◆ CYBOZU_NAMESPACE_TR1_END
| #define CYBOZU_NAMESPACE_TR1_END |
◆ CYBOZU_NUM_OF_ARRAY
| #define CYBOZU_NUM_OF_ARRAY |
( |
| x | ) |
|
◆ CYBOZU_OS_BIT
◆ CYBOZU_SNPRINTF
| #define CYBOZU_SNPRINTF |
( |
| x, |
|
|
| len, |
|
|
| ... ) |
Value:(void)snprintf(x,
len, __VA_ARGS__)
Definition at line 64 of file inttype.hpp.