libexplain  1.4.D001
Functions
libexplain/buffer/ptrdiff_t.h File Reference
#include <libexplain/ac/stddef.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_ptrdiff_t (explain_string_buffer_t *sb, ptrdiff_t value)

Function Documentation

void explain_buffer_ptrdiff_t ( explain_string_buffer_t sb,
ptrdiff_t  value 
)

The explain_buffer_ptrdiff_t function may be used to print a representation of a ptrdiff_t value.

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

Definition at line 23 of file ptrdiff_t.c.