repo/extra/libffi
phoebos 7028d50226
*: explicit DESTDIR
2023-03-05 17:34:06 -06:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums *: b3sum 2022-11-21 17:17:17 +05:30
sources *: remove VERSION markers 2023-03-02 18:00:45 +05:30
version libffi: 3.4.4 2022-10-23 20:23:28 -05:00

README

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. [0]

Upstream: https://sourceware.org/libffi/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b libffi                                                             |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages for more information.


[003] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Libffi