Go to the source code of this file.
Function Documentation
The explain_buffer_short function may be used to print a representation of a short integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The short value to be printed. |
Definition at line 25 of file short.c.
The explain_buffer_short function may be used to print a representation of a pointer to a short integer value.
- Parameters:
-
sb | The string buffer to print into. |
data | The short value to be printed. |
data_size | The length of the array. |
Definition at line 35 of file short.c.
The explain_buffer_short function may be used to print a representation of an unsigned short integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The short value to be printed. |
Definition at line 63 of file short.c.
The explain_buffer_short function may be used to print a representation of a pointer to anunsigned short integer value.
- Parameters:
-
sb | The string buffer to print into. |
data | The short value to be printed. |
data_size | The length of the array. |
Definition at line 70 of file short.c.