libexplain  1.4.D001
Functions
libexplain/buffer/fildes.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_fildes (explain_string_buffer_t *sb, int value)
int explain_parse_fildes_or_die (const char *tet, const char *caption)

Function Documentation

void explain_buffer_fildes ( explain_string_buffer_t sb,
int  value 
)

The explain_buffer_fildes function may be used to print a representation of a file descriptor value.

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

Definition at line 34 of file fildes.c.

int explain_parse_fildes_or_die ( const char *  tet,
const char *  caption 
)

Definition at line 57 of file fildes.c.