Go to the source code of this file.
Function Documentation
The explain_buffer_int8 function may be used to print a representation of an int8 (char) value.
- Parameters:
-
sb | The string buffer to print into. |
data | The value to be printed. |
Definition at line 25 of file int8.c.
The explain_buffer_int8_star function may be used to print a representation of an int8 (char) value.
- Parameters:
-
sb | The string buffer to print into. |
data | The value to be printed. |
data_size | The size of the array value to be printed. |
Definition at line 35 of file int8.c.
The explain_buffer_uint8 function may be used to print a representation of an uint8 (unsigned char) value.
- Parameters:
-
sb | The string buffer to print into. |
data | The value to be printed. |
Definition at line 63 of file int8.c.
The explain_buffer_uint8_star function may be used to print a representation of an uint8 (unsigned char) value.
- Parameters:
-
sb | The string buffer to print into. |
data | The value to be printed. |
data_size | The size of the value array to be printed. |
Definition at line 70 of file int8.c.