Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

libffi

Compare

  Analyzed about 3 hours ago

Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The "calling convention" is a set of assumptions made by the compiler about where function ... [More] arguments will be found on entry to a function. A "calling convention" also specifies where the return value for a function is found. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. [Less]

59.5K lines of code

0 current contributors

over 1 year since last commit

3 users on Open Hub

Very Low Activity
5.0
 
I Use This