#include #include #include "dirstream.h" libc_hidden_proto(strcmp) int alphasort(const void * a, const void * b) { return strcmp ((*(const struct dirent **) a)->d_name, (*(const struct dirent **) b)->d_name); }