Go to the source code of this file.
Function Documentation
The explain_buffer_int function may be used to print an integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The value to be printed. |
Definition at line 25 of file int.c.
The explain_buffer_int_star function may be used to print an integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | a pointer to the values to be printed. |
size | the number of values to be printed |
Definition at line 25 of file array.c.
The explain_buffer_int_star function may be used to print an integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | a pointer to the value to be printed. |
Definition at line 23 of file star.c.
The explain_buffer_int function may be used to print an unsigned integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | The value to be printed. |
Definition at line 32 of file int.c.
The explain_buffer_uint_star function may be used to print an integer value.
- Parameters:
-
sb | The string buffer to print into. |
value | a pointer to the value to be printed. |
Definition at line 39 of file int.c.