Skip to content

Instantly share code, notes, and snippets.

@katsuyoshi
Created December 4, 2010 04:33
Show Gist options
  • Save katsuyoshi/727922 to your computer and use it in GitHub Desktop.
Save katsuyoshi/727922 to your computer and use it in GitHub Desktop.
rubyの様にunless untile使いたいだけです
#define unless(s) if (!(s))
#define until(s) while (!(s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment