libexplain
1.4.D001
|
#include <libexplain/buffer/pointer.h>
#include <libexplain/buffer/string_n.h>
#include <libexplain/is_efault.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_string_n (explain_string_buffer_t *sb, const char *data, size_t data_size) |
void explain_buffer_string_n | ( | explain_string_buffer_t * | sb, |
const char * | data, | ||
size_t | data_size | ||
) |
The explain_buffer_string_n function may be used to print a string, with a fixed upper limit.
sb | The string buffer to print into. |
data | The string to be printed. |
data_size | The maximum length of the string to be printed. |
Definition at line 25 of file string_n.c.