Package: cffi

Macro use-foreign-library

Lambda List

use-foreign-library (name)

Arguments

name -- A library designator; unevaluated.

Details

This is intended to be the top-level form used idiomatically after a define-foreign-library form to go ahead and load the library. Finally, on implementations where the regular evaluation rule is insufficient for foreign library loading, it loads it at the required time (see footnote [15]).

See load-foreign-library, for the meaning of "library designator".

Examples

See "Loading foreign libraries".