libexplain  1.4.D001
Functions
libexplain/buffer/dir_to_pathname.h File Reference
#include <libexplain/ac/dirent.h>
#include <libexplain/string_buffer.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.