|
libexplain
1.4.D001
|
Go to the source code of this file.
Functions | |
| int | explain_is_same_inode (const struct stat *st1, const struct stat *st2) |
| int explain_is_same_inode | ( | const struct stat * | st1, |
| const struct stat * | st2 | ||
| ) |
The explain_is_same_inode function may be used to compare two stat structs to determine whether or not they describe the same inode.
| st1 | pointer to the first stst struct |
| st2 | pointer to the second stst struct |
Definition at line 26 of file is_same_inode.c.
1.7.6.1