Skip to content

Instantly share code, notes, and snippets.

@giupo
Created March 5, 2020 20:15
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 giupo/b9bce5b20a185b487f7133639a2aa4dc to your computer and use it in GitHub Desktop.
Save giupo/b9bce5b20a185b487f7133639a2aa4dc to your computer and use it in GitHub Desktop.
#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