libexplain  1.4.D001
Functions
libexplain/buffer/strerror.c File Reference
#include <libexplain/ac/string.h>
#include <libexplain/buffer/strerror.h>
#include <libexplain/errno_info.h>
#include <libexplain/gettext.h>
#include <libexplain/option.h>
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_strerror (explain_string_buffer_t *sb, int errnum)

Function Documentation

void explain_buffer_strerror ( struct explain_string_buffer_t sb,
int  errnum 
)

The explain_buffer_strerror function may be used to insert strerror text into the given buffer, along with its numkber and name.

Parameters:
sbThe string buffer to write the results to
errnumThe errno value to be described.

Definition at line 30 of file strerror.c.