Go to the documentation of this file.
25 #ifndef DIGIKAM_T_PARSER_DEBUG_H
26 #define DIGIKAM_T_PARSER_DEBUG_H
31 # define DEBUG_1(a) fprintf(stderr, #a "\n");
32 # define DEBUG_2(a,b) fprintf(stderr, #a "\n", b);
33 # define DEBUG_3(a,b,c) fprintf(stderr, #a "\n", b, c);
34 # define DEBUG_4(a,b,c,d) fprintf(stderr, #a "\n", b, c, d);
38 # define DEBUG_3(a,b,c)
39 # define DEBUG_4(a,b,c,d)