Skip to content

Instantly share code, notes, and snippets.

@johnhowe
Created April 12, 2011 01:22
Show Gist options
  • Save johnhowe/914740 to your computer and use it in GitHub Desktop.
Save johnhowe/914740 to your computer and use it in GitHub Desktop.
struct data {
short foo;
short bar;
unsigned a : 2;
unsigned b : 2;
unsigned c : 2;
unsigned d : 2;
unsigned long time;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment