Data structure alignment: Difference between revisions

Content deleted Content added
Echoray (talk | contribs)
m de:
m added a comment explaining the actual target of the padding
Line 85:
{
char Data1;
char Padding0[1]; /* For the following 'short' to be aligned on a 2 byte boundary */
short Data2;
int Data3;