libexplain
1.4.D001
|
#include <libexplain/ac/errno.h>
#include <libexplain/ac/sys/stat.h>
#include <libexplain/is_efault.h>
Go to the source code of this file.
Functions | |
int | explain_is_efault_path (const char *path) |
int explain_is_efault_path | ( | const char * | path | ) |
The explain_is_efault_path function may be used to determine whether or not a path pointer is a valid pointer. Typically this is used when handling ambiguous EFAULT situations.
path | The path to be checked. |