BfWriteByte Function

Writes a byte to a writable bitbuffer (bf_write).

void BfWriteByte(Handle bf, int byte)

Parameters

Handle bf

bf_write handle to write to.

int byte

Byte to write (value will be written as 8bit).

Errors

Invalid or incorrect Handle.