1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2017 iceman <iceman at iuse.se>
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
8 // platform-independant sleep macros
9 //-----------------------------------------------------------------------------
18 int scandir(const char *dir
, struct dirent
***namelist
, int (*select
)(const struct dirent
*), int (*compar
)(const struct dirent
**, const struct dirent
**));
19 int alphasort(const struct dirent
**a
, const struct dirent
**b
);