| libexplain
    1.4.D001
    | 
#include <libexplain/string_buffer.h>Go to the source code of this file.
| Functions | |
| void | explain_buffer_char_data (explain_string_buffer_t *sb, const void *data, size_t data_size) | 
| void | explain_buffer_char_data_quoted (explain_string_buffer_t *sb, const void *data, size_t data_size) | 
| void explain_buffer_char_data | ( | explain_string_buffer_t * | sb, | 
| const void * | data, | ||
| size_t | data_size | ||
| ) | 
The explain_buffer_char_data function may be used to print an array of char data, but it is not a string.
| sb | The string buffer to print into. | 
| data | The base of the array to be printed | 
| data_size | The size of the array to be printed, int bytes. | 
Definition at line 30 of file char_data.c.
| void explain_buffer_char_data_quoted | ( | explain_string_buffer_t * | sb, | 
| const void * | data, | ||
| size_t | data_size | ||
| ) | 
The explain_buffer_char_data_quoted function may be used to print an array of char data, and it is thought to be a NUL-terminated string.
| sb | The string buffer to print into. | 
| data | The base of the array to be printed | 
| data_size | The size of the array to be printed, int bytes. | 
Definition at line 53 of file char_data.c.
 1.7.6.1
 1.7.6.1