|
infix
A JIT-Powered FFI Library for C
|
Files | |
| clib.c | |
| clib.h | |
| Header for a simple C library used in the C++ callback example. | |
| libA.c | |
| A shared library that depends on another shared library (libB). | |
| libB.c | |
| A dependency library for the library dependency chain example. | |
| libglobals.c | |
| A simple shared library that exports global variables for FFI testing. | |