SET_BYTE_BIT

Background

This helper function sets a bit in a bit-array.

Prototype

inline void SET_BYTE_BIT( byte * array, int index )

Parameters

  • byte * array: The array of bits.
  • int index: The index of the bit.