From bff810cc371a38f493d688c54f71013f5a7d53bf Mon Sep 17 00:00:00 2001 From: dhuth Date: Wed, 27 Aug 2014 09:52:06 -0600 Subject: Initial commit --- chilldebug.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chilldebug.h (limited to 'chilldebug.h') diff --git a/chilldebug.h b/chilldebug.h new file mode 100644 index 0000000..4abbb82 --- /dev/null +++ b/chilldebug.h @@ -0,0 +1,11 @@ + +// a central place to turn on debugging messages + +// enable the next line to get lots of output +//#define DEBUGCHILL + +#ifdef DEBUGCHILL +#define DEBUG_PRINT(args...) fprintf(stderr, args ) +#else +#define DEBUG_PRINT(args...) /* Don't do anything */ +#endif -- cgit v1.2.3-70-g09d2