DOC

com.viliussutkus89.licenseOnly : libffi

Maven & Gradle

Dec 28, 2021
1 usages
3k 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.licenseOnly : libffi Javadoc & API Documentation - Latest Versions:

All Versions

Download com.viliussutkus89.licenseOnly : libffi Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.3

How to open Javadoc JAR file in web browser

  1. Rename the file libffi-3.3-javadoc.jar to libffi-3.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder libffi-3.3-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-3.3-sources.jar" -d "libffi-3.3-javadoc" -subpackages 

Advertisement