type_ARG Pass a type argument to a
FORTRAN routine
Description:
Pass an argument of the appropriate type to a FORTRAN routine.
The argument should be the address of the variable. (type not LOCATOR.)
Invocation
type_ARG(p_arg)
Arguments
p_arg
A pointer to the actual argument being passed.
Examples:
type_ARG(&arg)
will expand as follows:
Associated macro: