Skip to content

Instantly share code, notes, and snippets.

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