Go to the source code of this file.
Function Documentation
The explain_buffer_timeval function may be used to print a representation of a struct timeval value.
- Parameters:
-
sb | The string buffer to print into. |
data | Pointer to the timeval of interest. |
Definition at line 78 of file timeval.c.
The explain_buffer_timeval_array function may be used to print a representation of a struct timeval array.
- Parameters:
-
sb | The string buffer to print into. |
data | Pointer to the timeval of interest. |
data_size | The number of elements in the array |
Definition at line 88 of file timeval.c.