Declaring one structure embedded within another
To declare one structure as a component of another structure, use the NESTED parameter:
- NESTED=YES
- The structure declaration is nested within another.
- NESTED=NO
- The structure declaration is not nested within another.
The value specified must be uppercase. If we omit the NESTED parameter, NESTED=NO is assumed. Parent topic: Structures