P99

◆ P99_LOW2

#define P99_LOW2 (   X)    ((X) & -(X))

extract the least significant bit that is non zero

Example: 01001110 -> 00000010

Definition at line 1246 of file p99_int.h.