FUNCTION:
Fortran FFI

Prev:LIBRARY:
Next:SUBROUTINE:


Vocabulary
alien.fortran

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


Word description
Declares a Fortran function binding with the given return type and arguments. See Fortran types for a list of supported types.

Definition