c_info_erase Interface

interface
public subroutine c_info_erase(info, keyParent, keyChild, recursive, rc) bind(C, name="ESMC_InfoErase")

Arguments

Type IntentOptional Attributes Name
type(C_PTR), value :: info
character(len=C_CHAR), intent(in) :: keyParent(*)
character(len=C_CHAR), intent(in) :: keyChild(*)
logical(kind=C_BOOL), intent(in) :: recursive
integer(kind=C_INT), intent(out) :: rc