Skip to content

Instantly share code, notes, and snippets.

@cablehead
Created April 30, 2015 01:38
Show Gist options
  • Save cablehead/16006029f1ec3a175a5e to your computer and use it in GitHub Desktop.
Save cablehead/16006029f1ec3a175a5e to your computer and use it in GitHub Desktop.
struct LeveeMiddle {
struct LeveeEnd* ends[2];
}
struct LeveeEnd {
struct LeveeMiddle middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment