9.53. C_F_POINTER
9.53 C_F_POINTER — Convert C into Fortran pointer
- Description:
-
C_F_POINTER(CPTR, FPTR[, SHAPE])
assigns the target of the C pointer CPTR to the Fortran pointer FPTR and specifies its shape. - Standard:
-
Fortran 2003 and later
- Class:
-
Subroutine
- Syntax:
-
CALL C_F_POINTER(CPTR, FPTR[, SHAPE])
- Arguments:
-
CPTR scalar of the type C_PTR
. It isINTENT(IN)
.FPTR pointer interoperable with cptr. It is INTENT(OUT)
.SHAPE (Optional) Rank-one