From 2453c05054b69951b301527f1f7b132cff143359 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 14 May 2010 02:48:03 +0000 Subject: 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 --- cxc.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cxc.h (limited to 'cxc.h') 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 + +#ifndef L +#define L fprintf(stderr,"%s:%d\n",__FILE__,__LINE__); +#endif -- cgit v1.2.1