aboutsummaryrefslogtreecommitdiff
path: root/cx.h
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2002-08-31 20:31:36 +0000
committerjdl <x75@users.sourceforge.net>2002-08-31 20:31:36 +0000
commit1a50af3f155eaf320cc91ba626d65754f846325a (patch)
treea2b4d857865360286dd252d6a27822afc82f8180 /cx.h
parent9bb6d9f5796aa45b3011faf72d0c8edb9f748dc1 (diff)
added cx.h with #define L debug routine ..
svn path=/trunk/externals/cxc/; revision=104
Diffstat (limited to 'cx.h')
-rw-r--r--cx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cx.h b/cx.h
new file mode 100644
index 0000000..11cb10e
--- /dev/null
+++ b/cx.h
@@ -0,0 +1,6 @@
+
+#include <stdio.h>
+
+#ifndef L
+#define L fprintf(stderr,"%s:%d\n",__FILE__,__LINE__);
+#endif