Created
June 23, 2020 10:41
-
-
Save bbrezillon/78ebbd9a71f178fe3e978e268d79eb32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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