libexplain  1.4.D001
Functions
libexplain/buffer/off_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_off_t (explain_string_buffer_t *sb, off_t value)

Function Documentation

The explain_buffer_off_t function may be used to print a representation of an off_t value.

Parameters:
sbThe string buffer to print into.
valueThe off_t value to be printed.

Definition at line 23 of file off_t.c.