libexplain
1.4.D001
|
#include <libexplain/ac/limits.h>
#include <libexplain/ac/string.h>
#include <libexplain/ac/sys/param.h>
#include <libexplain/buffer/long.h>
#include <libexplain/buffer/pid_t_star.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/fileinfo.h>
#include <libexplain/is_efault.h>
Go to the source code of this file.
Functions | |
void | explain_buffer_pid_t (explain_string_buffer_t *sb, pid_t pid) |
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.