Skip to content

Instantly share code, notes, and snippets.

@ph1ee
Created July 9, 2015 02:01
Show Gist options
  • Select an option

  • Save ph1ee/a3fa4ba01a6557760f2a to your computer and use it in GitHub Desktop.

Select an option

Save ph1ee/a3fa4ba01a6557760f2a to your computer and use it in GitHub Desktop.
Use boolean values in C
// -std=c99
#ifndef __cplusplus
#include <stdbool.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment