libexplain  1.4.D001
Functions
libexplain/buffer/einval/ungetc.c File Reference
#include <libexplain/buffer/einval.h>

Go to the source code of this file.

Functions

void explain_buffer_einval_ungetc (explain_string_buffer_t *sb, const char *syscall_name)

Function Documentation

void explain_buffer_einval_ungetc ( explain_string_buffer_t sb,
const char *  syscall_name 
)

The explain_buffer_einval_ungetc function is used to report problems trying to push back EOF onto streams.

Parameters:
sbThe buffer to print into.
syscall_nameThe name of the offended system call.

Definition at line 23 of file ungetc.c.