Go to the documentation of this file.
46 #define DEBUG_ANNOTATE 2
47 #define DEBUG_FULL DEBUG_ANNOTATE | DEBUG_PRINT
49 #if (DEBUG) & DEBUG_ANNOTATE
51 #define ANNOTATE(...) printf(__VA_ARGS__)
56 #if (DEBUG) & DEBUG_PRINT
58 #define PRINTF(...) printf(__VA_ARGS__)