7 #include "ks13wrapper.h"
11 extern void Trace(ULONG id
, const UBYTE
*title
, const UBYTE
*format
, ...);
14 #define ENTER(x) do { DebugPutStr("ENTER: "); DebugPutStr(x); DebugPutStr("\n"); } while(0);
15 #define EXIT(x) do { DebugPutStr("EXIT: "); DebugPutStr(x); DebugPutStr("\n"); } while(0);
19 #define DebugPutStr(x)
20 #define DebugPutHex(x,y)
29 #define DebugPutStr(x)
30 #define DebugPutHex(x,y)
39 #if defined(__SASC) && defined(USE_GLOBALDEBUG)
40 #include <debug/debug.h>