c_info_set_array_I8 Interface

interface


Called by

interface~~c_info_set_array_i8~~CalledByGraph interface~c_info_set_array_i8 c_info_set_array_I8 proc~esmf_infosetarrayi8 ESMF_InfoSetArrayI8 proc~esmf_infosetarrayi8->interface~c_info_set_array_i8 interface~esmf_infoset ESMF_InfoSet interface~esmf_infoset->proc~esmf_infosetarrayi8

public subroutine c_info_set_array_I8(info, key, value, itemcount, force, rc, pkey) bind(C, name="ESMC_InfoSetArrayI8")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), value :: info
character(kind=C_CHAR, len=1), intent(in) :: key(*)
integer(kind=C_LONG_LONG), intent(in), dimension(*) :: value
integer(kind=C_INT), intent(in) :: itemcount
logical(kind=C_BOOL), intent(in) :: force
integer(kind=C_INT), intent(inout) :: rc
character(kind=C_CHAR, len=1), intent(in) :: pkey(*)