P99

◆ P99_LOW2CLEAR

#define P99_LOW2CLEAR (   X)    ((X) & ((X) - 1))

clear the least significant bit that is non zero

Example: 01001110 -> 01001100

Definition at line 1320 of file p99_int.h.