c_info_get_CH Interface

interface
public subroutine c_info_get_CH(info, key, value, vlen, rc, default, idx, recursive, strlen_only) bind(C, name="ESMC_InfoGetCH")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), value :: info
character(len=C_CHAR), intent(in) :: key(*)
character(len=C_CHAR), intent(inout) :: value(*)
integer(kind=C_INT), intent(in) :: vlen
integer(kind=C_INT), intent(out) :: rc
type(C_PTR), value :: default
type(C_PTR), value :: idx
integer(kind=C_INT), intent(in) :: recursive
integer(kind=C_INT), intent(in) :: strlen_only