Description:
Declare a C
function argument, given that the actual argument will be a CHARACTER array passed
from a FORTRAN program.
Invocation
CHARACTER_ARRAY(arg)
Arguments
arg
The
dummy argument to be declared.
Examples:
CHARACTER_ARRAY(x)
will expand as
follows:
All Unix: | char x |
VAX/VMS: | struct dsc$descriptor_a x_arg |