libexplain  1.4.D001
Functions
libexplain/buffer/dir_to_pathname.c File Reference
#include <libexplain/buffer/fildes_to_pathname.h>
#include <libexplain/buffer/dir_to_pathname.h>
#include <libexplain/dir_to_fildes.h>

Go to the source code of this file.

Functions

void explain_buffer_dir_to_pathname (explain_string_buffer_t *sb, DIR *dir)

Function Documentation

The explain_buffer_dir_to_pathname function may be used to extract the file descriptor from the gibe DIR pointer, and print the name of the associated file.

Parameters:
sbthe string buffer to print into
dirthe DIR pointer of interest

Definition at line 26 of file dir_to_pathname.c.