home *** CD-ROM | disk | FTP | other *** search
- ffcall - foreign function call libraries
-
- This is a collection of three libraries which can be used to build
- foreign function call interfaces in embedded interpreters.
-
- The three packages are:
-
- avcall - calling C functions with variable arguments
-
- vacall - C functions accepting variable argument prototypes
-
- trampoline - closures as first-class C functions
-
-
- Installation instructions:
-
- ./configure
- make
- make check
- make install
-
-
- Files in this package:
-
- Documentation:
-
- README this text
- COPYING free software license
- PLATFORMS list of supported platforms
-
- Source:
-
- avcall/* the avcall package
- vacall/* the vacall package
- trampoline/* the trampoline package
-
- Installation:
-
- configure configuration script
- configure.in autoconf-2.4 source for the configuration script
- autoconf/* auxiliary configuration scripts
- Makefile.in Makefile master
-
-
- Copyright notice:
-
- Copyright 1995 Bruno Haible, <haible@ma2s2.mathematik.uni-karlsruhe.de>
-
- This is free software distributed under the GNU General Public Licence
- described in the file COPYING. Contact the author if you don't have this
- or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied,
- on this software.
-
-
- Distribution:
-
- ftp ma2s2.mathematik.uni-karlsruhe.de:/pub/gnu/ffcall-1.0.tar.gz
-