SUBROUTINE:
Fortran FFI

Prev:FUNCTION:
Next:fortran-invoke ( return library function parameters -- quot )


Vocabulary
alien.fortran

Syntax
SUBROUTINE: NAME ( [!]ARGUMENT-TYPE NAME, ... ) ;


Word description
Declares a Fortran subroutine binding with the given arguments. See Fortran types for a list of supported types.

Definition