libexplain  1.4.D001
Functions
libexplain/buffer/loff_t.h File Reference
#include <libexplain/ac/sys/types.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_loff_t (explain_string_buffer_t *sb, loff_t data)
void explain_buffer_loff_t_star (explain_string_buffer_t *sb, const loff_t *data)

Function Documentation

The explain_buffer_loff_t function may be used to print a representation of a loff_t value.

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

Definition at line 25 of file loff_t.c.

void explain_buffer_loff_t_star ( explain_string_buffer_t sb,
const loff_t data 
)

The explain_buffer_loff_t_star function may be used to print a representation of a loff_t value.

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

Definition at line 35 of file loff_t.c.