Skip to content

Instantly share code, notes, and snippets.

@thiagomg
Created June 1, 2015 00:13
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 thiagomg/c2e50921f1682a0198d6 to your computer and use it in GitHub Desktop.
Save thiagomg/c2e50921f1682a0198d6 to your computer and use it in GitHub Desktop.
Tamanho e alinhamento
struct FieldC {
unsigned char f1; //char=1 byte
unsigned int f2; //int=4 bytes
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment