Handbook
Glossary
complex-functions-return-by-value? ( -- ? )
Vocabulary
alien
.
fortran
.
private
Inputs
None
Outputs
?
an
object
Definition
USING:
alien.fortran
;
IN:
alien.fortran.private
HOOK:
complex-functions-return-by-value?
fortran-abi
( -- ? )
Methods
USING:
alien.fortran
alien.fortran.private
;
M:
f2c-abi
complex-functions-return-by-value?
f
;
USING:
alien.fortran
alien.fortran.private
;
M:
g95-abi
complex-functions-return-by-value?
f
;
USING:
alien.fortran
alien.fortran.private
;
M:
gfortran-abi
complex-functions-return-by-value?
t
;
USING:
alien.fortran
alien.fortran.private
;
M:
intel-unix-abi
complex-functions-return-by-value?
f
;
USING:
alien.fortran
alien.fortran.private
;
M:
intel-windows-abi
complex-functions-return-by-value?
f
;