#ifndef QSUTIL_H #define QSUTIL_H extern void log1(); extern void log2(); extern void log3(); extern void logsa(); extern void nomem(); extern void pausedir(); extern void logsafe(); #ifdef EBUG_DEBUG_DEBUG #define DEBUG_PUT(x) substdio_puts(subfderr, x) #define DEBUG_SAY(x) substdio_putsflush(subfderr, x) #else #define DEBUG_PUT(x) (0) #define DEBUG_SAY(x) (0) #endif #endif