Handbook
Glossary
(fortran-ret-type>c-type) ( type -- c-type )
Vocabulary
alien
.
fortran
.
private
Inputs
type
an
object
Outputs
c-type
an
object
Definition
IN:
alien.fortran.private
GENERIC:
(fortran-ret-type>c-type)
( type -- c-type )
Methods
USING:
alien.c-types
alien.fortran.private
kernel
;
M:
f
(fortran-ret-type>c-type)
drop
void
;
USING:
alien.fortran.private
;
M:
fortran-type
(fortran-ret-type>c-type)
(fortran-type>c-type)
;
USING:
alien.c-types
alien.fortran.private
kernel
;
M:
real-type
(fortran-ret-type>c-type)
drop
real-functions-return-double?
[
double
]
[
float
]
if
;