Description:
Defines the C type that corresponds to the type of a FORTRAN
CHARACTER array argument.
Invocation
F77_CHARACTER_ARRAY_ARG_TYPE
Examples:
F77_CHARACTER_ARRAY_ARG_TYPE
will expand as follows:
All Unix: | char |
VAX/VMS: | struct dsc$descriptor_a |
|
Notes:
The type of the CHARACTER array argument passed to a FORTRAN subroutine is not the
same as the CHARACTER_TYPE on VMS so this macro is provided. It is unlikely to be used directly.