libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
void | explain_buffer_strerror (struct 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.