libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / scalos / include / scalosdebug.h
blobcdc824d8cf5668e5d03f245d3be9f2f8a94ef85a
1 // Pattern.c
2 // $Date$
3 // $Revision$
5 //----------------------------------------------------------------------------
7 #undef d1
8 #undef d2
10 #define d1(x) ;
11 #define d2(x) x;
13 // from debug.lib
14 extern int kprintf(const char *fmt, ...);
15 extern int KPrintF(const char *fmt, ...);
17 //----------------------------------------------------------------------------