*/\r
void BitBuffer_StoreNextBit(BitBuffer_t* Buffer, bool Bit) ATTR_NON_NULL_PTR_ARG(1);\r
\r
/** Retrieves a bit from the next location inside a given bit buffer.\r
*\r
*/\r
void BitBuffer_StoreNextBit(BitBuffer_t* Buffer, bool Bit) ATTR_NON_NULL_PTR_ARG(1);\r
\r
/** Retrieves a bit from the next location inside a given bit buffer.\r
*\r