F77_EXPORT_CHARACTER

Export a C variable to a FORTRAN variable.

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:

F77_IMPORT_CHARACTER