|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_string_buffer_puts_quoted_n (explain_string_buffer_t *sb, const char *s, size_t n) |
| void | explain_string_buffer_putsu_quoted_n (explain_string_buffer_t *sb, const unsigned char *s, size_t n) |
| void explain_string_buffer_puts_quoted_n | ( | explain_string_buffer_t * | sb, |
| const char * | s, | ||
| size_t | n | ||
| ) |
Definition at line 23 of file puts_quoted_n.c.
| void explain_string_buffer_putsu_quoted_n | ( | explain_string_buffer_t * | sb, |
| const unsigned char * | s, | ||
| size_t | n | ||
| ) |
Definition at line 86 of file puts_quoted_n.c.
1.7.6.1