BfWriteString Function

Writes a string to a writable bitbuffer (bf_write).

void BfWriteString(Handle bf, const char[] string)

Parameters

Handle bf

bf_write handle to write to.

const char[] string

Text string to write.

Errors

Invalid or incorrect Handle.