is_null_ptr Function

public elemental function is_null_ptr(ptr)

Checks if pointer is NULL

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: ptr

Pointer to check

Return Value logical