Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define DEBUG
- #ifdef DEBUG
- #define DEBUG_CMD(cmd) \
- do { \
- cmd; \
- } while (false)
- #else
- #define DEBUG_CMD(cmd) \
- do { \
- ; \
- } while (false)
- #endif
- #define _DEBUG_CMD(cmd) \
- do { \
- ; \
- } while (false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement