c_info_get_R4 Interface

interface
public subroutine c_info_get_R4(info, key, value, rc, default, idx, recursive) bind(C, name="ESMC_InfoGetR4")

Arguments

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