libexplain  1.4.D001
Functions
libexplain/buffer/strerror.h File Reference

Go to the source code of this file.

Functions

void explain_buffer_strerror (struct 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.