Typedefs |
typedef int16_t | s16 |
typedef int32_t | s32 |
typedef int64_t | s64 |
typedef int8_t | s8 |
typedef uint16_t | u16 |
typedef uint32_t | u32 |
typedef uint64_t | u64 |
typedef uint8_t | u8 |
Detailed Description
Specified-width integer type definitions for shorter and nicer code.
These should be used in preference to unspecified width types such as `int` which can lead to portability issues between different platforms.
Typedef Documentation
Signed 16-bit integer.
Definition at line 38 of file common.h.
Signed 32-bit integer.
Definition at line 40 of file common.h.
Signed 64-bit integer.
Definition at line 42 of file common.h.
Signed 8-bit integer.
Definition at line 36 of file common.h.
Unsigned 16-bit integer.
Definition at line 46 of file common.h.
Unsigned 32-bit integer.
Definition at line 48 of file common.h.
Unsigned 64-bit integer.
Definition at line 50 of file common.h.
Unsigned 8-bit integer.
Definition at line 44 of file common.h.