Next: , Previous: , Up: Libraries   [Contents][Index]


close-foreign-library

close-foreign-library

Syntax

Function: close-foreign-library library ⇒ success

Arguments and Values

library

A symbol or an instance of foreign-library.

success

A Lisp boolean.

Description

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

define-foreign-library
load-foreign-library
use-foreign-library