Skip to content

Instantly share code, notes, and snippets.

@madhurjain
Created September 6, 2018 03:59
Show Gist options
  • Save madhurjain/bc264ce566df73928e3643f3482ec945 to your computer and use it in GitHub Desktop.
Save madhurjain/bc264ce566df73928e3643f3482ec945 to your computer and use it in GitHub Desktop.
Interesting snippets found while writing code

Check size of a structure compile time in C

char (*__fail)(void)[sizeof(Struct_t)] = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment