Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bbrezillon/78ebbd9a71f178fe3e978e268d79eb32 to your computer and use it in GitHub Desktop.

Select an option

Save bbrezillon/78ebbd9a71f178fe3e978e268d79eb32 to your computer and use it in GitHub Desktop.
struct foo {uchar uc; ulong ul; ushort us;};
sruct bar {uchar before; struct foo foo __attribute__((packed)); uchar after; struct foo foo2;};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment