infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
Ch06_SystemLibraries.c File Reference

Cookbook Chapter 6: Calling Native System Libraries. More...

#include <infix/infix.h>
#include <stdio.h>
Include dependency graph for Ch06_SystemLibraries.c:

Functions

int main ()
 

Detailed Description

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.

Function Documentation

◆ main()

int main ( void  )