Skip to content

Instantly share code, notes, and snippets.

@marcab
Created May 27, 2011 22:36
Show Gist options
  • Save marcab/996332 to your computer and use it in GitHub Desktop.
Save marcab/996332 to your computer and use it in GitHub Desktop.
Saw this once
do {
if (condition) {
break
}
// Code
} while (0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment