Intrinsic Module Inquiry function (Generic): Indicates the association status of one argument, or whether two arguments are associated with the same entity.
Module: USE, INTRINSIC :: ISO_C_BINDING
Syntax
result = C_ASSOCIATED (c_ptr_1 [, c_ptr_2])
c_ptr_1
(Input) Is a scalar of derived type C_PTR or C_FUNPTR.
c_ptr_2
(Optional, input) Is a scalar of the same type as c_ptr_1.
Results
The result is a scalar of type default logical. The result value is one of the following:
See Also