Go to the source code of this file.
Function Documentation
The explain_buffer_int64_array function may be used to print a representation of an array of int64_t values.
- Parameters:
-
sb | The string buffer to print into. |
data | The int64_t array to be printed. |
data_size | The number of elements in the array to be printed. |
Definition at line 32 of file int64_t.c.
The explain_buffer_int64_t function may be used to print a representation of a int64_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The int64_t value to be printed. |
Definition at line 25 of file int64_t.c.
The explain_buffer_uint64_array function may be used to print a representation of an array of uint64_t values.
- Parameters:
-
sb | The string buffer to print into. |
data | The uint64_t array to be printed. |
data_size | The number of elements in the array to be printed. |
Definition at line 62 of file int64_t.c.
The explain_buffer_uint64_t function may be used to print a representation of a uint64_t value.
- Parameters:
-
sb | The string buffer to print into. |
data | The uint64_t value to be printed. |
Definition at line 55 of file int64_t.c.