Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected standards understanding

...

  1. The incomplete array type must be the last element within the structure.
  2. There cannot be an array of structures that contain a flexible array member.
  3. Structures that contain a flexible array member cannot be used as a member of another structure except as the last element of that structure.
  4. The structure must contain at least one named member in addition to the flexible array member.

...