Man Page
Manual Section... (3) - page: ffi
FFI
- Foreign Function Interface
This document was created by man2html, using the manual pages.
Time: 15:27:39 GMT, June 11, 2010
LIBRARY
libffi, -lffiSYNOPSIS
In ffi.h Ft ffi_status Fo ffi_prep_cif Fa ffi_cif *cif Fa ffi_abi abi Fa unsigned int nargs Fa ffi_type *rtype Fa ffi_type **atypes Fc Ft void Fo ffi_call Fa ffi_cif *cif Fa void (*fn)(void) Fa void *rvalue Fa void **avalue FcDESCRIPTION
The foreign function interface provides a mechanism by which a function can generate a call to another function at runtime without requiring knowledge of the called function's interface at compile time.SEE ALSO
ffi_prep_cif3, ffi_call3
Index
This document was created by man2html, using the manual pages.
Time: 15:27:39 GMT, June 11, 2010
