fortran-arg-type>c-type ( fortran-type -- c-type added-args )


Vocabulary
alien.fortran

Definition
USING: alien.c-types alien.fortran.private kernel ;

IN: alien.fortran

: fortran-arg-type>c-type
( fortran-type -- c-type added-args )
parse-fortran-type
[ (fortran-type>c-type) <pointer> ] [ added-c-args ] bi ;