libexplain
1.4.D001
|
#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) |
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.
sb | The string buffer to write the results to |
errnum | The errno value to be described. |
Definition at line 30 of file strerror.c.