Supported data types for passing by value

Table 1 lists the data types that can be passed from C++ to Fortran by value.

Table 1. Supported data types for passing by value from C++ to Fortran
C++ Fortran
signed int, signed long int INTEGER*4
double REAL*8
long double REAL*16