Skip to content

Instantly share code, notes, and snippets.

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