Skip to content

Instantly share code, notes, and snippets.

@sassy
Created February 18, 2012 10:02
Show Gist options
  • Save sassy/1858560 to your computer and use it in GitHub Desktop.
Save sassy/1858560 to your computer and use it in GitHub Desktop.
CでBoolean
typedef enum boolean_ {
false = 0,
true = 1
} boolean;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment