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

Go to the source code of this file.

Functions

void explain_buffer_int_array (explain_string_buffer_t *sb, const int *data, size_t size)

Function Documentation

void explain_buffer_int_array ( explain_string_buffer_t sb,
const int *  value,
size_t  size 
)

The explain_buffer_int_star function may be used to print an integer value.

Parameters:
sbThe string buffer to print into.
valuea pointer to the values to be printed.
sizethe number of values to be printed

Definition at line 25 of file array.c.