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
Alternatives
1like
0alternatives
0articles

Features

No features, maybe you want to suggest one?

libffi News & Activities

Highlights All activities

Recent activities

No activities found.

libffi information

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.