Created
March 5, 2020 20:15
-
-
Save giupo/b9bce5b20a185b487f7133639a2aa4dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifdef DEBUG_BUILD | |
# define DEBUG(x) fprintf(stderr, x) | |
#else | |
# define DEBUG(x) do {} while (0) | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment