libexplain  1.4.D001
Functions
libexplain/buffer/char.c File Reference
#include <libexplain/ac/ctype.h>
#include <libexplain/ac/string.h>
#include <libexplain/buffer/char.h>

Go to the source code of this file.

Functions

void explain_buffer_char (explain_string_buffer_t *sb, int c)

Function Documentation

void explain_buffer_char ( explain_string_buffer_t sb,
int  c 
)

The explain_buffer_char function may be used to print a representation of a character into a string buffer.

Parameters:
sbThe string buffer to print into.
cThe character to represent

Definition at line 27 of file char.c.