Package: cffi

Function close-foreign-library

Lambda List

close-foreign-library (library)

Arguments

library -- A symbol or an instance of foreign-library.

Return Value

A Lisp boolean.

Details

Closes library which can be a symbol designating a library define through define-foreign-library or an instance of foreign-library as returned by load-foreign-library.
 

See also