Go to the documentation of this file. 14 #define EQ_DEBUG(...) fprintf(stderr, __VA_ARGS__) 16 #define EQ_DEBUG(...) do {} while(false) 21 #define FIND_DEBUG(...) fprintf(stderr, __VA_ARGS__) 23 #define FIND_DEBUG(...) do {} while(false) 28 #define TMP_DEBUG(...) fprintf(stderr, __VA_ARGS__) 30 #define TMP_DEBUG(...) do {} while(false)