Typedefs
Integer types
Common definitions
Collaboration diagram for Integer types:

Typedefs

typedef int16_t s16
typedef int32_t s32
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

typedef int16_t s16

Signed 16-bit integer.

Definition at line 35 of file common.h.

typedef int32_t s32

Signed 32-bit integer.

Definition at line 37 of file common.h.

typedef int8_t s8

Signed 8-bit integer.

Definition at line 33 of file common.h.

typedef uint16_t u16

Unsigned 16-bit integer.

Definition at line 41 of file common.h.

typedef uint32_t u32

Unsigned 32-bit integer.

Definition at line 43 of file common.h.

typedef uint64_t u64

Unsigned 64-bit integer.

Definition at line 45 of file common.h.

typedef uint8_t u8

Unsigned 8-bit integer.

Definition at line 39 of file common.h.



enu
Author(s): Mike Purvis
autogenerated on Sun Oct 5 2014 23:44:54