libexplain  1.4.D001
Functions
libexplain/buffer/boolean.c File Reference
#include <libexplain/buffer/boolean.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/is_efault.h>
#include <libexplain/parse_bits.h>

Go to the source code of this file.

Functions

void explain_buffer_boolean (explain_string_buffer_t *sb, int value)
void explain_buffer_boolean_ptr (explain_string_buffer_t *sb, const int *data)

Function Documentation

void explain_buffer_boolean ( explain_string_buffer_t sb,
int  data 
)

The explain_buffer_boolean function may be used to print a representation of a boolean value.

Parameters:
sbThe string buffer to print into.
dataThe boolean value to be printed.

Definition at line 26 of file boolean.c.

void explain_buffer_boolean_ptr ( explain_string_buffer_t sb,
const int *  data 
)

The explain_buffer_boolean_ptr function may be used to print a representation of a boolean value.

Parameters:
sbThe string buffer to print into.
dataThe boolean value to be printed.

Definition at line 38 of file boolean.c.