|
infix
A JIT-Powered FFI Library for C
|
A simple shared library that exports global variables for FFI testing. More...
Classes | |
| struct | Config |
Macros | |
| #define | EXPORT __attribute__((visibility("default"))) |
Variables | |
| EXPORT int | global_counter = 42 |
| EXPORT Config | g_config = {"default", 1} |
A simple shared library that exports global variables for FFI testing.
| #define EXPORT __attribute__((visibility("default"))) |
| EXPORT int global_counter = 42 |