44#if defined(INFIX_DEBUG_ENABLED) && INFIX_DEBUG_ENABLED
47#if defined(DBLTAP_ENABLE)
61#define INFIX_DEBUG_PRINTF(...) note("INFIX_DEBUG: " __VA_ARGS__)
72#define INFIX_DEBUG_PRINTF(...) \
74 printf("# INFIX_DEBUG: " __VA_ARGS__); \
90void infix_dump_hex(const void * data, size_t size, const char * title);
100#define INFIX_DEBUG_PRINTF(...) ((void)0)
Provides forward compatibility macros for C23 features.
#define c23_maybe_unused
A compatibility macro for the C23 [[maybe_unused]] attribute.
Definition compat_c23.h:171
A lightweight, single-header TAP (Test Anything Protocol) library.
static void infix_dump_hex(c23_maybe_unused const void *data, c23_maybe_unused size_t size, c23_maybe_unused const char *title)
Definition utility.h:115