Go to the source code of this file.
Function Documentation
The explain_string_buffer_write function may be used to append a run of bytes to the end of a string buffer. They do not need to be NUL terminated; indeed, they shall not contain any NUL characters.
- Parameters:
-
sb | The string buffer to print into |
data | Pointer to the base of the array of characters to be written into the string buffer. |
data_size | The size in bytes (printable characters could be multi-byte sequences) the size in bytes of the array of bytes to write into the string buffer. |
Definition at line 26 of file write.c.