1 /* Debuggin defines used by SmartReadArgs */
7 #endif /* DEBUG_CODE */
9 #include <aros/debug.h>
14 /* Debug output goes to stdout for GCC as debug.lib doesn't seem to be
15 * included in Geek Gadgets' distribution */
16 #include <clib/alib_stdio_protos.h>
20 /* Debug output goes to serial port/sushi debug console */
22 extern void kprintf(char *fmt
,...);