Name
alphasort64 -- compare two struct dirents alphabetically
Synopsis
#include <dirent.h>
int alphasort64(const struct dirent **a, const struct dirent **b); |
Description
Function to compare two struct dirents alphabetically. This function is like alphasort but it uses the 64bit dirent structure.