CHARACTER_ARG

Pass a CHARACTER argument to a FORTRAN routine

Description:

Pass a CHARACTER argument to a FORTRAN routine. The argument should be the address of a CHARACTER variable.

Invocation

CHARACTER_ARG(p_arg)

Arguments

p_arg
A pointer to the actual argument being passed.

Examples:

CHARACTER_ARG(charg)
will expand as follows:
All Unix: charg
VAX/VMS: charg_arg