|
ze
|

Files | |
| file | util.c |
| Miscellaneous utility implementations. | |
Functions | |
| int | _true (const struct dirent *empty) |
| Scandir selector that accepts all entries. | |
| int _true | ( | const struct dirent * | empty | ) |
Scandir selector that accepts all entries.
Ignores its parameter and returns 1 to include every directory entry when used with scandir().
| [in] | empty | Unused dirent pointer. |