|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_string_buffer_init (explain_string_buffer_t *sb, char *message, int message_size) |
| void explain_string_buffer_init | ( | explain_string_buffer_t * | sb, |
| char * | message, | ||
| int | message_size | ||
| ) |
The explain_string_buffer_init function may be used to prespare a string buffer for use in building a C string.
| sb | The string buffer to be initialised. |
| message | The array which is to contain the string being constructed by the string buffer. |
| message_size | The size (in bytes) of the array which is to contain the string being constructed by the string buffer. |
Definition at line 24 of file string_buffer.c.
1.7.6.1