aboutsummaryrefslogtreecommitdiff
path: root/cxc.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-14 02:48:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-14 02:48:03 +0000
commit2453c05054b69951b301527f1f7b132cff143359 (patch)
treef3d44e029db50178b9914bd7fb7abfb2f54ea008 /cxc.h
parent78cc2ee38c931ae2c4718abc1607dcf9fbde4cf8 (diff)
first steps towards porting to template Makefile and debianizing, split up randomix.c into separete files for each objectclass, much left to do
svn path=/trunk/externals/cxc/; revision=13540
Diffstat (limited to 'cxc.h')
-rw-r--r--cxc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cxc.h b/cxc.h
new file mode 100644
index 0000000..11cb10e
--- /dev/null
+++ b/cxc.h
@@ -0,0 +1,6 @@
+
+#include <stdio.h>
+
+#ifndef L
+#define L fprintf(stderr,"%s:%d\n",__FILE__,__LINE__);
+#endif