Common - Basic Integer Types.
Detailed Description
These definitions will need to be modified on systems where 'char', 'short' and 'int' have sizes different from 8, 16 and 32 bits.
Note, 'int' is assumed to be in 2s complement format and at least 32 bits in size.
Typedef Documentation
An 8 bit unsigned integer
Definition at line 134 of file common.h.
An 16 bit unsigned integer
Definition at line 135 of file common.h.
An 32 bit unsigned integer
Definition at line 136 of file common.h.
An 64 bit unsigned integer
Definition at line 137 of file common.h.
An 8 bit signed integer (2s complement)
Definition at line 138 of file common.h.
An 16 bit signed integer (2s complement)
Definition at line 139 of file common.h.
An 32 bit signed integer (2s complement)
Definition at line 140 of file common.h.
An 64 bit signed integer (2s complement)
Definition at line 141 of file common.h.
An signed integer of the same size as a pointer type
Definition at line 142 of file common.h.
An unsigned integer of the same size as a pointer type
Definition at line 143 of file common.h.
Largest signed integer type
Definition at line 144 of file common.h.
Largest unsigned integer type
Definition at line 145 of file common.h.
A size of an object or memory region
Definition at line 146 of file common.h.
A signed integer which can hold the different between two pointer
Definition at line 147 of file common.h.