Skip to content

Instantly share code, notes, and snippets.

@loderunner
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loderunner/11400019 to your computer and use it in GitHub Desktop.
Save loderunner/11400019 to your computer and use it in GitHub Desktop.
#ifndef TROLOLOL_H
#define TROLOLOL_H
#ifdef TRUE
#undef TRUE
#endif
#ifdef FALSE
#undef FALSE
#endif
#define TRUE 0
#define FALSE 1
#define true 0
#define false 1
#endif // TROLOLOL_H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment