Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type alignment requirements can also affect the size of structures. For example, the size of the following structure is implementation-dependentdefined:

Code Block
struct s {
   int i;
   double d;
};

...