alphasort64

Name

alphasort64 -- Comparison function for directory scanning (Large File Support)

Synopsis

#include <dirent.h>

int alphasort64(const struct dirent64 ** d1, const struct dirent64 ** d2);

Description

alpahsort64() is a large-file version of the alphasort() function as defined in POSIX 1003.1-2008 (ISO/IEC 9945-2009). If differs only in that the d1 and d2 parameters are of type dirent64 instead of type dirent.