#include <stdio.h>
Defines | |
#define | DEBUG_PRINT(x) |
Macro to print information. |
#define DEBUG_PRINT | ( | x | ) |
Macro to print information.
This macro prints out information when in debug mode (provide --enable-debug to ./configure). It expands to nothing if it's a release version.
[in] | x | Text (including the parentheses) to be passed to printf |