c_bool_operation Abstract Interface

abstract interface
pure function c_bool_operation(lhs, rhs) result(lhs_op_rhs)

Arguments

TypeIntentOptionalAttributesName
logical(kind=c_bool), intent(in) :: lhs
logical(kind=c_bool), intent(in) :: rhs

Return Value logical(kind=c_bool)