#include <sys/types.h>#include <dirent.h>Go to the source code of this file.
Functions | |
| int | alphasort (const void *, const void *) |
| int | scandir (const char *, struct dirent ***, int(*select)(const struct dirent *), int(*compar)(const void *, const void *)) |
| int alphasort | ( | const void * | , | |
| const void * | ||||
| ) |
| int scandir | ( | const char * | , | |
| struct dirent *** | , | |||
| int(*)(const struct dirent *) | select, | |||
| int(*)(const void *, const void *) | compar | |||
| ) |
1.5.1