F77_IMPORT_CHARACTER

Import a FORTRAN variable to a C variable.

Description:

Copies a FORTRAN CHARACTER string to a C string, making any necessary changes to the data

Invocation

F77_IMPORT_CHARACTER(farg,len,carg)

Arguments

farg
The FORTRAN string
len
The length of the FORTRAN string
carg
The C string

Examples:

F77_IMPORT_CHARACTER(farg,len,carg)
will expand as follows:
All systems: cnfImprt(farg,len,carg)

Associated macro:

F77_EXPORT_CHARACTER