Next: F77_CHARACTER_ARRAY_ARG_TYPE - Define the type of a FORTRAN CHARACTER array argument
Up: Full Description of F77 Macros
Previous: F77_CALL - Call a FORTRAN routine from C
F77_CHARACTER_ARG_TYPE
- Define the type of a FORTRAN CHARACTER argument
- Description:
- Defines the C type that corresponds to the type of a FORTRAN CHARACTER
argument.
- Invocation:
- F77_CHARACTER_ARG_TYPE
- Examples:
-
- F77_CHARACTER_ARG_TYPE
- will expand as follows:
All Unix: |
char |
VAX/VMS: |
struct dsc$descriptor_s |
- Notes:
- The type of the CHARACTER 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.
Next: F77_CHARACTER_ARRAY_ARG_TYPE - Define the type of a FORTRAN CHARACTER array argument
Up: Full Description of F77 Macros
Previous: F77_CALL - Call a FORTRAN routine from C
CNF and F77 Mixed Language Programming -- FORTRAN and C
Starlink User Note 209
P.M. Allan
A.J. Chipperfield
R.F. Warren-Smith
19 January 2000
E-mail:ussc@star.rl.ac.uk