libexplain
1.4.D001
|
#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) |
void explain_buffer_dir_to_pathname | ( | explain_string_buffer_t * | sb, |
DIR * | dir | ||
) |
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.
sb | the string buffer to print into |
dir | the DIR pointer of interest |
Definition at line 26 of file dir_to_pathname.c.