Go to the source code of this file.
Function Documentation
The explain_buffer_long function may be used to print a long integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The value to be printed. |
Definition at line 25 of file long.c.
The explain_buffer_long_star function may be used to print a pointer to a long integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The value to be printed. |
Definition at line 39 of file long.c.
The explain_buffer_long function may be used to print an unsigned long integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The value to be printed. |
Definition at line 32 of file long.c.
The explain_buffer_ulong_star function may be used to print a pointer to an unsigned long integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The value to be printed. |
Definition at line 53 of file long.c.