// Crash-tracing logger. See src/core/debug.c. #ifndef JOEYLIB_DEBUG_H #define JOEYLIB_DEBUG_H void jlLog (const char *msg); void jlLogF (const char *fmt, ...); void jlLogFlush(void); void jlLogReset(void); #endif