OLD

OLD

Revision:
0:2f6062c6d018
Child:
2:c6e0e97901b3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dbg.h	Mon Jul 09 14:36:06 2012 +0000
@@ -0,0 +1,7 @@
+//#define DEBUG
+
+#ifdef DEBUG 
+#define DBG(...) printf("" __VA_ARGS__) 
+#else 
+#define DBG(...) 
+#endif