Using XL C/C++ with Fortran
With XL C/C++, you can call functions written
in Fortran from your C and C++ programs. This
section discusses some programming considerations for calling Fortran
code in the following areas:
- Identifiers
- Corresponding data types
- Character and aggregate data
- Function calls and parameter passing
- Pointers to functions
For more information about language interoperability, see the information about the BIND attribute and the interoperability of procedures in the XL Fortran Language Reference.


