BfWriteWord Function

Writes a 16bit unsigned integer to a writable bitbuffer (bf_write).

void BfWriteWord(Handle bf, int num)

Parameters

Handle bf

bf_write handle to write to.

int num

Integer to write (value will be written as 16bit).

Errors

Invalid or incorrect Handle.