Advertisement
D3ad

Untitled

Nov 27th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #ifndef DEBUG
  2.  
  3.         #ifndef BOOL_DEBUG
  4.         #define BOOL_DEBUG false
  5.         #endif
  6.  
  7.         #include <stdio.h>
  8.         #include <stdbool.h>
  9.  
  10. #define DEBUG if(BOOL_DEBUG) printf("line: %d success\n", __LINE__ - 1)
  11. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement