libexplain  1.4.D001
Functions
libexplain/buffer/fpos_t.h File Reference
#include <libexplain/ac/stdio.h>
#include <libexplain/string_buffer.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.