BfWriteChar Function

Writes a byte to a writable bitbuffer (bf_write).

void BfWriteChar(Handle bf, int chr)

Parameters

Handle bf

bf_write handle to write to.

int chr

Character to write.

Errors

Invalid or incorrect Handle.