Description:
Copies a C variable to a FORTRAN variable making any required changes to the data.
Invocation
F77_EXPORT_CHARACTER(carg,farg,len)
Arguments
carg
The C value
farg
The FORTRAN variable
len
The length of the FORTRAN string
Examples:
F77_EXPORT_CHARACTER(carg,farg,len)
will expand as follows:
All systems: | cnfExprt(carg,farg,len) |
Associated macro: