blob: 7665f88ce0c70eb794015d07932e6f500918d504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ffcall - foreign function call libraries
This is a collection of four libraries which can be used to build
foreign function call interfaces in embedded interpreters.
The four packages are:
avcall - calling C functions with variable arguments
vacall - C functions accepting variable argument prototypes
trampoline - closures as first-class C functions
callback - closures with variable arguments as first-class C functions
(a reentrant combination of vacall and trampoline)
|