libexplain  1.4.D001
Functions
libexplain/buffer/pid_t_star.h File Reference
#include <libexplain/ac/sys/types.h>
#include <libexplain/string_buffer.h>

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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
valueThe 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.

Parameters:
sbThe string buffer to print into.
valueThe 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.

Parameters:
sbThe string buffer to print into.
valueThe value to be printed

Definition at line 53 of file pid_t_star.c.