|
libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
| void | explain_buffer_pid_t (explain_string_buffer_t *sb, pid_t value) |
| void | explain_buffer_pid_t_star (explain_string_buffer_t *sb, const pid_t *value) |
| void | explain_buffer_int_pid_star (explain_string_buffer_t *sb, const int *value) |
| void explain_buffer_int_pid_star | ( | explain_string_buffer_t * | sb, |
| const int * | value | ||
| ) |
The explain_buffer_int_pid_star function may be used to print a pid value.
| sb | The string buffer to print into. |
| value | The value to be printed |
Definition at line 67 of file pid_t_star.c.
| void explain_buffer_pid_t | ( | explain_string_buffer_t * | sb, |
| pid_t | value | ||
| ) |
The explain_buffer_pid_t function may be used to print a pid_t value.
| sb | The string buffer to print into. |
| value | The value to be printed |
Definition at line 31 of file pid_t_star.c.
| void explain_buffer_pid_t_star | ( | explain_string_buffer_t * | sb, |
| const pid_t * | value | ||
| ) |
The explain_buffer_pid_t_star function may be used to print a pid_t* value.
| sb | The string buffer to print into. |
| value | The value to be printed |
Definition at line 53 of file pid_t_star.c.
1.7.6.1