|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_long_long (explain_string_buffer_t *sb, long long data) |
| void | explain_buffer_unsigned_long_long (explain_string_buffer_t *sb, unsigned long long data) |
| 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.
| sb | The string buffer to print into. |
| data | The 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.
| sb | The string buffer to print into. |
| data | The value to be printed. |
Definition at line 30 of file long_long.c.
1.7.6.1