libexplain  1.4.D001
Functions
libexplain/buffer/pid_t_star.c File Reference
#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)

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.