|
infix
A JIT-Powered FFI Library for C
|
Cookbook Chapter 6: Calling Native System Libraries. More...
Functions | |
| int | main () |
Cookbook Chapter 6: Calling Native System Libraries.
This example demonstrates how to dynamically load a system library (like user32.dll on Windows) at runtime, look up a function by name, and call it using an infix trampoline. This technique avoids the need to link against the library's import library at compile time.
| int main | ( | void | ) |