|
libexplain
1.4.D001
|
#include <libexplain/buffer/fildes_to_pathname.h>#include <libexplain/buffer/stream_to_pathname.h>#include <libexplain/stream_to_fildes.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_stream_to_pathname (explain_string_buffer_t *sb, FILE *fp) |
| void explain_buffer_stream_to_pathname | ( | explain_string_buffer_t * | sb, |
| FILE * | fp | ||
| ) |
The explain_buffer_stream_to_pathname function may be used to insert the name of an open file stream.
| sb | The string buffer to print into |
| fp | The stream pointer of the file of interest |
Definition at line 26 of file stream_to_pathname.c.
1.7.6.1