libexplain  1.4.D001
Functions
libexplain/buffer/long_long.c File Reference
#include <libexplain/buffer/long_long.h>

Go to the source code of this file.

Functions

void explain_buffer_long_long (explain_string_buffer_t *sb, long long value)
void explain_buffer_unsigned_long_long (explain_string_buffer_t *sb, unsigned long long value)

Function Documentation

void explain_buffer_long_long ( explain_string_buffer_t sb,
long long  data 
)

The explain_buffer_long_long function may be used to print a representation of a long long integer value.

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

Definition at line 23 of file long_long.c.

void explain_buffer_unsigned_long_long ( explain_string_buffer_t sb,
unsigned long long  data 
)

The explain_buffer_unsigned_long_long function may be used to print a representation of an unsigned long long integer value.

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

Definition at line 30 of file long_long.c.