BfWriteNum Function

Writes a normal integer to a writable bitbuffer (bf_write).

void BfWriteNum(Handle bf, int num)

Parameters

Handle bf

bf_write handle to write to.

int num

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

Errors

Invalid or incorrect Handle.