libexplain  1.4.D001
Functions
libexplain/explanation/init.c File Reference
#include <libexplain/explanation.h>

Go to the source code of this file.

Functions

void explain_explanation_init (explain_explanation_t *exp, int errnum)

Function Documentation

void explain_explanation_init ( explain_explanation_t exp,
int  errnum 
)

The explain_explanation_init function is used to initialize an explanation struct for use.

Parameters:
expThe explanation struct of interest
errnumThe errno value provoking this message

Definition at line 24 of file init.c.