#include #include #include #include /* This function is only required for SunOS, all other supported OS have this function in their system library */ int scandir(const char *, struct dirent ***, int (*select)(const struct dirent *), int (*compar)(const struct dirent **, const struct dirent **)); int alphasort(const struct dirent **, const struct dirent **);