17 lines
292 B
Groff
17 lines
292 B
Groff
.TH MPI_File_c2f 3 "2/3/2025" " " "MPI"
|
|
.SH NAME
|
|
MPI_File_c2f \- Translates a C file handle to a Fortran file handle
|
|
.SH SYNOPSIS
|
|
.nf
|
|
MPI_Fint MPI_File_c2f(MPI_File fh)
|
|
.fi
|
|
.SH INPUT PARAMETERS
|
|
.PD 0
|
|
.TP
|
|
.B fh
|
|
- C file handle (handle)
|
|
.PD 1
|
|
|
|
.SH RETURN VALUE
|
|
Fortran file handle (integer)
|