libexplain
1.4.D001
|
#include <libexplain/ac/string.h>
#include <libexplain/errno_info/table.h>
#include <libexplain/fstrcmp.h>
Go to the source code of this file.
Functions | |
const explain_errno_info_t * | explain_errno_info_by_text_fuzzy (const char *text) |
const explain_errno_info_t* explain_errno_info_by_text_fuzzy | ( | const char * | text | ) |
The explain_errno_info_by_text_fuzzy function may be used to locate errno information by errno text, using fuzzy matching. (For best results, try the exact match first.)
text | The error text ("No such file or directory", etc) |
Definition at line 27 of file by_text_fuzzy.c.