Bit Operations

From ElectroDragon Wiki
  • (c & 0x80 != 0): check if bit 7 is set to 1 or not
  • 0x80 = 1000 0000