3.3.9. Structures, unions, enumerations, and bitfields

The ISO/IEC C standard requires that the following implementation details are documented for structured data types:

These implementation details are documented in the relevant sections of C and C++ implementation details.

Unions

Refer to Unions for details.

Padding and alignment of structure members

Refer to Structures for details.

Enumerations

Refer to Enumerations for details.

Bitfields

Refer to Bitfields for details.

Copyright © 1997, 1998 ARM Limited. All rights reserved.ARM DUI 0041C
Non-Confidential