libexplain  1.4.D001
Functions
libexplain/buffer/stream_to_pathname.h File Reference
#include <libexplain/ac/stdio.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_stream_to_pathname (explain_string_buffer_t *sb, FILE *fp)

Function Documentation

The explain_buffer_stream_to_pathname function may be used to insert the name of an open file stream.

Parameters:
sbThe string buffer to print into
fpThe stream pointer of the file of interest

Definition at line 26 of file stream_to_pathname.c.