libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
const explain_errno_info_t * | explain_errno_info_by_name_fuzzy (const char *name) |
const explain_errno_info_t* explain_errno_info_by_name_fuzzy | ( | const char * | name | ) |
The explain_errno_info_by_name_fuzzy function may be used to locate errno information by errno name, using fuzzy matching. (For best results, try the exact match first.)
name | The error name ("ENOENT", etc) |
Definition at line 25 of file by_name_fuzzy.c.