infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
infix_library_t Struct Reference

Internal definition of a dynamic library handle. More...

#include <infix_internals.h>

Public Attributes

void * handle
 

Detailed Description

Internal definition of a dynamic library handle.

This is a simple wrapper around the platform's native library handle to provide a consistent API.

Member Data Documentation

◆ handle

void* infix_library_t::handle

The platform-native library handle (HMODULE on Windows, void* on POSIX).


The documentation for this struct was generated from the following file: