|
infix
A JIT-Powered FFI Library for C
|
A semi-opaque structure that describes a C type. More...
#include <infix.h>
A semi-opaque structure that describes a C type.
This structure contains all necessary metadata to determine a type's size, alignment, and ABI handling. While its fields are accessible for introspection, it should only be created via the provided API functions (e.g., infix_type_create_primitive, infix_type_from_signature).