L
L

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.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
1like
0comments
0alternatives
0articles

Features

No features, maybe you want to suggest one?

libffi News & Activities

Highlights All activities

Recent activities

No activities found.

libffi information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
libffi was added to AlternativeTo by vermin96 on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is 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.