libexplain  1.4.D001
Functions
libexplain/buffer/stream.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 (explain_string_buffer_t *sb, FILE *fp)

Function Documentation

void explain_buffer_stream ( explain_string_buffer_t sb,
FILE *  fp 
)

The explain_buffer_stream function may be used to print a FILE pointer into the given string buffer.

Parameters:
sbThe string buffer to print into
fpThe FILE pointer to represent

Definition at line 26 of file stream.c.