API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <sys/dirent.h>
Go to the source code of this file.
Typedefs |
|
| typedef void * | DIR |
Functions |
|
| __BEGIN_DECLS IMPORT_C DIR * | opendir (const char *) |
| IMPORT_C struct dirent * | readdir (DIR *) |
| IMPORT_C void | rewinddir (DIR *) |
| IMPORT_C int | alphasort (const void *, const void *) |
| IMPORT_C int | scandir (const char *, struct dirent ***, int(*)(struct dirent *), int(*)(const void *, const void *)) |
| IMPORT_C int | closedir (DIR *) |
|
|
||||||||||||
|
|
|
|
|
||||||||||||||||||||