/*D
   MPI_File_get_position - Returns the current position of the

Synopsis:
.vb
int MPI_File_get_position(MPI_File fh, MPI_Offset *offset)
.ve

Input Parameters:
. fh - file handle (handle)

Output Parameters:
. offset - offset of individual pointer (integer)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_OTHER

D*/

