infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
utility.h File Reference

A header for conditionally compiled debugging utilities. More...

#include "common/compat_c23.h"
#include <stddef.h>
Include dependency graph for utility.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INFIX_DEBUG_PRINTF(...)   ((void)0)
 

Functions

static void infix_dump_hex (c23_maybe_unused const void *data, c23_maybe_unused size_t size, c23_maybe_unused const char *title)
 

Detailed Description

A header for conditionally compiled debugging utilities.

Copyright (c) 2025 Sanko Robinson

This source code is dual-licensed under the Artistic License 2.0 or the MIT License. You may choose to use this code under the terms of either license.

SPDX-License-Identifier: (Artistic-2.0 OR MIT)

The documentation blocks within this file are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

SPDX-License-Identifier: CC-BY-4.0

Macro Definition Documentation

◆ INFIX_DEBUG_PRINTF

#define INFIX_DEBUG_PRINTF (   ...)    ((void)0)

Function Documentation

◆ infix_dump_hex()

static void infix_dump_hex ( c23_maybe_unused const void *  data,
c23_maybe_unused size_t  size,
c23_maybe_unused const char *  title 
)
inlinestatic