Skip to content

Instantly share code, notes, and snippets.

@kusa-mochi
Last active July 18, 2020 08:12
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 kusa-mochi/6a8f5d0d14b4260fbcfc0ca4899547e8 to your computer and use it in GitHub Desktop.
Save kusa-mochi/6a8f5d0d14b4260fbcfc0ca4899547e8 to your computer and use it in GitHub Desktop.
union SampleUnion
{
unsigned int x;
unsigned char byte[4];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment