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

Go to the source code of this file.

Functions

void explain_buffer_int_star (explain_string_buffer_t *sb, const int *data)

Function Documentation

void explain_buffer_int_star ( explain_string_buffer_t sb,
const int *  value 
)

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 value to be printed.

Definition at line 23 of file star.c.