MPI_File_f2c - Translates a Fortran file handle to a C file handle
#include <mpi.h> MPI_File MPI_File_f2c(MPI_Fint fh)
MPI_File_f2c translates a Fortran file handle (fh) to a C file handle.
MPI_File_c2f(3), MPI_IO(3)