It is necessary to ensure that the data type of the C/C++ variable matches that
of the FTN95 variable (see the table in Basic data
types ). All parameters in the Fortran argument list will be passed by
reference. You should therefore declare each argument as a pointer in C or as a
reference variable in C++.