libexplain  1.4.D001
Functions
libexplain/buffer/boolean.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_boolean (explain_string_buffer_t *sb, int data)
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.