rtems/.../dirent.h: Add alphasort() prototype
This commit is contained in:
parent
4564b30f33
commit
5b97e36239
@ -54,6 +54,7 @@ struct dirent {
|
|||||||
#define MAXNAMLEN NAME_MAX
|
#define MAXNAMLEN NAME_MAX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int alphasort(const struct dirent **, const struct dirent **);
|
||||||
int scandir ( const char *dirname,
|
int scandir ( const char *dirname,
|
||||||
struct dirent *** namelist,
|
struct dirent *** namelist,
|
||||||
int (*select)(const struct dirent *),
|
int (*select)(const struct dirent *),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user