DOC

com.viliussutkus89.ndk.thirdparty : libffi-ndk25-static

Maven & Gradle

Oct 30, 2023
2 stars

libffi · libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

Table Of Contents

Latest Version

Download com.viliussutkus89.ndk.thirdparty : libffi-ndk25-static Javadoc & API Documentation - Latest Versions:

All Versions

Download com.viliussutkus89.ndk.thirdparty : libffi-ndk25-static Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.4.x

How to open Javadoc JAR file in web browser

  1. Rename the file libffi-ndk25-static-3.4.4-beta-1-javadoc.jar to libffi-ndk25-static-3.4.4-beta-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder libffi-ndk25-static-3.4.4-beta-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "libffi-ndk25-static-3.4.4-beta-1-sources.jar" -d "libffi-ndk25-static-3.4.4-beta-1-javadoc" -subpackages