dyncall 0.2 (Default branch)

The dyncall library project provides a clean andportable C interface to dynamically issue foreignfunction calls using small call kernels written inassembly. Instead of providing code for everybridged function call, which unnecessarily resultsin code bloat, only a modest number ofinstructions are used to invoke all calls.License: BSD License (revised)Changes:
Build system improvements. SCons support has been added. man page dyncall(3) has been added. There are documentation updates and minor fixes.

More...