mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
new-doc: ffi: add description of the topic
This commit is contained in:
parent
4e211ef667
commit
7f2d496044
2 changed files with 10 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
@menu
|
||||
* What is a FFI? :: FFI introduciton
|
||||
* Two kinds of FFI :: ECL's FFI brief description
|
||||
* Foreign objects ::
|
||||
* Foreign objects :: Handling the foreign objects
|
||||
* Higher level interfaces :: Usage examples
|
||||
* SFFI Reference :: Static FFI reference
|
||||
@c * LFFI Reference :: Library FFI reference /dlopen/
|
||||
|
|
|
|||
9
src/doc/new-doc/extensions/ffi_dffi.txi
Normal file
9
src/doc/new-doc/extensions/ffi_dffi.txi
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@node DFFI Reference
|
||||
@subsection DFFI Reference
|
||||
@cindex Dynamic foreign function interface
|
||||
|
||||
@lspindex ffi:*use-dffi*
|
||||
@defvr {FFI} {*use-dffi*}
|
||||
This variable controls whether @code{DFFI} is used or not.
|
||||
@end defvr
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue