Skip to content

Instantly share code, notes, and snippets.

@jeffs
Created July 26, 2021 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffs/01723dd2292b26e306156dc0407ea659 to your computer and use it in GitHub Desktop.
Save jeffs/01723dd2292b26e306156dc0407ea659 to your computer and use it in GitHub Desktop.
$ cc -std=c11 -pedantic -Wall -Wextra main.c && ./a.out
C struct:
offset of a: 0 bytes
offset of b: 4 bytes
offset of c: 8 bytes
offset of d: 12 bytes
total size: 16 bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment