libexplain  1.4.D001
Functions
libexplain/buffer/time_t.c File Reference
#include <libexplain/buffer/time_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_time_t (explain_string_buffer_t *sb, time_t value)
void explain_buffer_time_t_star (explain_string_buffer_t *sb, const time_t *data)

Function Documentation

void explain_buffer_time_t ( explain_string_buffer_t sb,
time_t  value 
)

The explain_buffer_time_t function may be used to print a representation of a time_t value.

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

Definition at line 26 of file time_t.c.

void explain_buffer_time_t_star ( explain_string_buffer_t sb,
const time_t *  data 
)

The explain_buffer_time_t function may be used to print a representation of a time_t value.

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

Definition at line 86 of file time_t.c.