bic_(X1, X2)

Purpose

The bic_ subroutine sets bit X1 of X2 to 0. For greater portability, it is recommended that you use the IBCLR standard intrinsic procedure instead of this procedure.

Class

Subroutine

Argument type and attributes

X1
INTEGER(4), INTENT(IN)

The range of X1 must be within 0 to 31, inclusive.

X2
INTEGER(4), INTENT(INOUT)