L
L
libffi
1 like
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
libffi
1 like
Features
No features, maybe you want to suggest one?
libffi News & Activities
Highlights All activities
Recent activities
No activities found.
libffi information
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.