libexplain  1.4.D001
Functions
libexplain/buffer/fpos_t.c File Reference
#include <libexplain/buffer/fpos_t.h>
#include <libexplain/buffer/int64_t.h>
#include <libexplain/buffer/mbstate_t.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/option.h>
#include <libexplain/is_efault.h>

Go to the source code of this file.

Functions

void explain_buffer_fpos_t (explain_string_buffer_t *sb, const fpos_t *data, int complete)

Function Documentation

void explain_buffer_fpos_t ( explain_string_buffer_t sb,
const fpos_t *  data,
int  complete 
)

The explain_buffer_fpos_t function may be used to print a representation of a fpos_t structure.

Parameters:
sbThe string buffer to print into.
dataThe fpos_t structure to be printed.
completetrue if print representation, false if only pointer

Definition at line 28 of file fpos_t.c.