LIBRARY:
Fortran FFI

Prev:add-fortran-library ( name soname fortran-abi -- )
Next:FUNCTION:


Vocabulary
alien.fortran

Syntax
LIBRARY: name


Inputs
None

Outputs
None

Word description
Sets the logical library for subsequent FUNCTION: and SUBROUTINE: definitions. The given library name must have been opened with a previous call to add-fortran-library.

Definition