- Versie
- Downloaden 2166
- Bestandsgrootte 8.92 MB
- Aantal bestanden 9
- Datum plaatsing 07-12-2024
- Laatst geüpdatet 07-12-2024
RubyFFI
FFI stands for Foreign Function Interface. FFI has been implemented in various libraries; one of them, libffi, actually serves as the core of JNA, allowing Java code to load and call arbitrary C libraries. libffi allows code to load a library by name, retrieve a pointer to a function within that library, and invoke it, all without static bindings, header files, or any compile phase.

