2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function alphasort().
10 /*****************************************************************************
18 const struct dirent
**a
,
19 const struct dirent
**b
23 Support function for scandir().
40 ******************************************************************************/
42 return strcoll((*a
)->d_name
, (*b
)->d_name
);