|
infix
A JIT-Powered FFI Library for C
|
Cookbook Chapter 1: Calling a Simple C Function. More...
Functions | |
| int | main () |
Cookbook Chapter 1: Calling a Simple C Function.
This example demonstrates the most fundamental use of infix: calling a standard C library function (atan2) that takes two double arguments and returns a double. It uses an "unbound" trampoline, which is flexible and can be used to call any function matching the specified signature.
| int main | ( | void | ) |