Skip to content

Instantly share code, notes, and snippets.

@SergNikitin
Created August 27, 2013 15:00
Show Gist options
  • Save SergNikitin/6354712 to your computer and use it in GitHub Desktop.
Save SergNikitin/6354712 to your computer and use it in GitHub Desktop.
union swap_byte {
void swap();
void set_byte(unsigned short i);
void show_word();
unsigned short u;
unsigned char c[2];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment