add-fortran-library ( name soname fortran-abi -- )
Fortran FFI

Prev:Fortran ABIs
Next:LIBRARY:


Vocabulary
alien.fortran

Inputs
namea string
sonamea string
fortran-abia symbol


Outputs
None

Word description
Opens the shared library in the file specified by soname under the logical name name so that it may be used in subsequent LIBRARY: and fortran-invoke calls. Functions and subroutines from the library will be defined using the specified fortran-abi, which must be one of the supported Fortran ABIs.

Definition